Unsuffixed effectul function warning

This commit is contained in:
Agus Zubiaga 2024-10-16 16:08:33 -03:00
parent 75856ae804
commit 1da8af390b
No known key found for this signature in database
5 changed files with 115 additions and 4 deletions

View file

@ -100,7 +100,8 @@ pub fn remove_module_param_arguments(
| TypeError::UnexpectedModuleParams(_, _)
| TypeError::MissingModuleParams(_, _, _)
| TypeError::ModuleParamsMismatch(_, _, _, _)
| TypeError::PureStmt(_) => {}
| TypeError::PureStmt(_)
| TypeError::UnsuffixedEffectfulFunction(_, _) => {}
}
}
}