mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 11:00:16 +00:00
Add crash as a keyword
This commit is contained in:
parent
848c18f996
commit
fee01166c7
7 changed files with 238 additions and 2 deletions
|
@ -358,6 +358,7 @@ pub enum EExpr<'a> {
|
|||
|
||||
Closure(EClosure<'a>, Position),
|
||||
Underscore(Position),
|
||||
Crash(Position),
|
||||
|
||||
InParens(EInParens<'a>, Position),
|
||||
Record(ERecord<'a>, Position),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue