Merge branch 'trunk' into ir-cleanup

This commit is contained in:
Richard Feldman 2021-03-26 12:59:32 -04:00 committed by GitHub
commit 3f76c6314c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 117 additions and 109 deletions

View file

@ -185,7 +185,7 @@ pub enum SyntaxError<'a> {
ReservedKeyword(Region),
ArgumentsBeforeEquals(Region),
NotYetImplemented(String),
TODO,
Todo,
Type(Type<'a>),
Pattern(EPattern<'a>),
Expr(EExpr<'a>),