mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
mono: Generate IR for refcount reset procedures
This commit is contained in:
parent
9b6b81a438
commit
5de539b9fa
4 changed files with 194 additions and 33 deletions
|
@ -830,7 +830,7 @@ impl<'a> WasmBackend<'a> {
|
|||
}
|
||||
|
||||
internal_error!(
|
||||
"Could not find procedure {:?} with proc_layout {:?}\nKnown procedures: {:#?}",
|
||||
"Could not find procedure {:?} with proc_layout:\n{:#?}\nKnown procedures:\n{:#?}",
|
||||
func_sym,
|
||||
proc_layout,
|
||||
self.proc_lookup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue