mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Only check layout is implemented for RC, not other ops
This commit is contained in:
parent
3adaacc66e
commit
e1a04c2661
2 changed files with 17 additions and 25 deletions
|
@ -969,7 +969,7 @@ impl<'a> WasmBackend<'a> {
|
|||
|
||||
let (replacement_expr, maybe_new_proc_info) = self
|
||||
.helper_proc_gen
|
||||
.replace_generic_equals(ident_ids, layout);
|
||||
.replace_generic_equals(ident_ids, &layout, arguments);
|
||||
|
||||
// If this is the first call to a new helper proc, register its symbol data
|
||||
maybe_new_proc_info.map(|info| self.register_helper_proc(info));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue