get Num to fully work again

This commit is contained in:
Folkert 2022-02-28 19:40:18 +01:00
parent bd31503855
commit db6b5bfd38
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 53 additions and 56 deletions

View file

@ -7420,8 +7420,6 @@ fn call_by_name_module_thunk<'a>(
assigned: Symbol,
hole: &'a Stmt<'a>,
) -> Stmt<'a> {
debug_assert!(!env.is_imported_symbol(proc_name));
let top_level_layout = ProcLayout::new(env.arena, &[], *ret_layout);
let inner_layout = *ret_layout;