mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Report effectful top-level exprs
This commit is contained in:
parent
b62665e49e
commit
f666dba67d
5 changed files with 61 additions and 4 deletions
|
@ -3450,7 +3450,7 @@ pub enum Reason {
|
|||
},
|
||||
Stmt,
|
||||
CallInFunction(Option<Region>),
|
||||
CallInTopLevelDef,
|
||||
CallInTopLevel,
|
||||
FloatLiteral,
|
||||
IntLiteral,
|
||||
NumLiteral,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue