mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-21 20:34:08 +00:00
remove syntax error
This commit is contained in:
parent
9f146bf702
commit
b688fd11a9
2 changed files with 6 additions and 2 deletions
|
@ -443,7 +443,7 @@ pub enum ERecord<'a> {
|
|||
Ampersand(Row, Col),
|
||||
|
||||
// TODO remove
|
||||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
Expr(&'a EExpr<'a>, Row, Col),
|
||||
|
||||
Space(BadInputError, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue