mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
fix closure RC increments
This commit is contained in:
parent
c5bb041edd
commit
653d745dc5
1 changed files with 6 additions and 7 deletions
|
@ -2061,13 +2061,12 @@ fn update<'a>(
|
|||
|
||||
println!("{}", result);
|
||||
}
|
||||
|
||||
Proc::optimize_refcount_operations(
|
||||
arena,
|
||||
module_id,
|
||||
&mut ident_ids,
|
||||
&mut state.procedures,
|
||||
);
|
||||
// Proc::optimize_refcount_operations(
|
||||
// arena,
|
||||
// module_id,
|
||||
// &mut ident_ids,
|
||||
// &mut state.procedures,
|
||||
// );
|
||||
|
||||
state.constrained_ident_ids.insert(module_id, ident_ids);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue