mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
support optional suffied last def
This commit is contained in:
parent
4625926486
commit
c32fa5b600
17 changed files with 603 additions and 269 deletions
|
@ -701,6 +701,7 @@ impl IterTokens for Loc<Expr<'_>> {
|
|||
Expr::MalformedIdent(_, _)
|
||||
| Expr::MalformedClosure
|
||||
| Expr::PrecedenceConflict(_)
|
||||
| Expr::EmptyDefsFinal()
|
||||
| Expr::MalformedSuffixed(_) => {
|
||||
bumpvec![in arena;]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue