mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-23 05:14:08 +00:00
Merge branch 'trunk' into ir-cleanup
This commit is contained in:
commit
3f76c6314c
16 changed files with 117 additions and 109 deletions
|
@ -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>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue