mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
remove unit type from EmptyDefsFinal
This commit is contained in:
parent
93ef5e42dc
commit
129ca94733
7 changed files with 13 additions and 13 deletions
|
@ -701,7 +701,7 @@ impl IterTokens for Loc<Expr<'_>> {
|
|||
Expr::MalformedIdent(_, _)
|
||||
| Expr::MalformedClosure
|
||||
| Expr::PrecedenceConflict(_)
|
||||
| Expr::EmptyDefsFinal()
|
||||
| Expr::EmptyDefsFinal
|
||||
| Expr::MalformedSuffixed(_) => {
|
||||
bumpvec![in arena;]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue