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
|
@ -186,7 +186,7 @@ fn remove_for_reason(
|
|||
| Reason::CrashArg
|
||||
| Reason::ImportParams(_)
|
||||
| Reason::CallInFunction(_)
|
||||
| Reason::CallInTopLevelDef
|
||||
| Reason::CallInTopLevel
|
||||
| Reason::Stmt
|
||||
| Reason::FunctionOutput => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue