mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
Address PR comments, add syntax tests
This commit is contained in:
parent
b3e60f9d3a
commit
7518a2c5ab
28 changed files with 772 additions and 34 deletions
|
@ -3425,7 +3425,7 @@ pub enum Reason {
|
|||
},
|
||||
CrashArg,
|
||||
ImportParams(ModuleId),
|
||||
Return,
|
||||
FunctionOutput,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue