mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-16 10:00:15 +00:00
add EExpr error for unexpected comma
This commit is contained in:
parent
62cc19c64b
commit
ca01913ab3
3 changed files with 30 additions and 1 deletions
|
@ -364,6 +364,8 @@ pub enum EExpr<'a> {
|
|||
|
||||
IndentStart(Position),
|
||||
IndentEnd(Position),
|
||||
|
||||
UnexpectedComma(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue