Allow suffixed pure functions that are exposed to the host

This commit is contained in:
Agus Zubiaga 2024-11-27 14:02:13 -03:00
parent 4217ffa333
commit 6ffc8a507b
No known key found for this signature in database
8 changed files with 57 additions and 45 deletions

View file

@ -439,6 +439,7 @@ fn check_derived_typechecks_and_golden(
derived_module: Default::default(),
module_params: None,
module_params_vars: imported_param_vars,
host_exposed_symbols: None,
#[cfg(debug_assertions)]
checkmate: None,