mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Skip refcounting on unimplemented layouts
This commit is contained in:
parent
f54f96281f
commit
c53b3c3686
3 changed files with 43 additions and 18 deletions
|
@ -523,7 +523,7 @@ impl<'a> WasmBackend<'a> {
|
|||
}));
|
||||
}
|
||||
|
||||
self.build_stmt(&rc_stmt, ret_layout);
|
||||
self.build_stmt(rc_stmt, ret_layout);
|
||||
}
|
||||
|
||||
x => todo!("statement {:?}", x),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue