mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +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
|
@ -163,7 +163,7 @@ trait Backend<'a> {
|
|||
.push((rc_proc_symbol, rc_proc_layout));
|
||||
}
|
||||
|
||||
self.build_stmt(&rc_stmt, ret_layout)
|
||||
self.build_stmt(rc_stmt, ret_layout)
|
||||
}
|
||||
Stmt::Switch {
|
||||
cond_symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue