This commit is contained in:
Folkert 2021-03-15 17:04:14 +01:00
parent b18bd26067
commit f57707c651
6 changed files with 295 additions and 50 deletions

View file

@ -388,6 +388,7 @@ pub enum EExpr<'a> {
BadOperator(&'a [u8], Row, Col),
DefMissingFinalExpr(Row, Col),
DefMissingFinalExpr2(&'a EExpr<'a>, Row, Col),
Type(Type<'a>, Row, Col),
Pattern(&'a EPattern<'a>, Row, Col),
IndentDefBody(Row, Col),