mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Unsuffixed effectul function warning
This commit is contained in:
parent
75856ae804
commit
1da8af390b
5 changed files with 115 additions and 4 deletions
|
@ -100,7 +100,8 @@ pub fn remove_module_param_arguments(
|
|||
| TypeError::UnexpectedModuleParams(_, _)
|
||||
| TypeError::MissingModuleParams(_, _, _)
|
||||
| TypeError::ModuleParamsMismatch(_, _, _, _)
|
||||
| TypeError::PureStmt(_) => {}
|
||||
| TypeError::PureStmt(_)
|
||||
| TypeError::UnsuffixedEffectfulFunction(_, _) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue