mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
tests and list error messages
This commit is contained in:
parent
b46467087a
commit
80b64b42ff
3 changed files with 197 additions and 2 deletions
|
@ -394,8 +394,9 @@ pub enum List<'a> {
|
|||
Space(BadInputError, Row, Col),
|
||||
|
||||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
Expr(&'a EExpr<'a>, Row, Col),
|
||||
|
||||
IndentStart(Row, Col),
|
||||
IndentOpen(Row, Col),
|
||||
IndentEnd(Row, Col),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue