remove syntax error

This commit is contained in:
Folkert 2021-03-12 02:54:25 +01:00
parent 9f146bf702
commit b688fd11a9
2 changed files with 6 additions and 2 deletions

View file

@ -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),