mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +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);
|
println!("{}", result);
|
||||||
}
|
}
|
||||||
|
// Proc::optimize_refcount_operations(
|
||||||
Proc::optimize_refcount_operations(
|
// arena,
|
||||||
arena,
|
// module_id,
|
||||||
module_id,
|
// &mut ident_ids,
|
||||||
&mut ident_ids,
|
// &mut state.procedures,
|
||||||
&mut state.procedures,
|
// );
|
||||||
);
|
|
||||||
|
|
||||||
state.constrained_ident_ids.insert(module_id, ident_ids);
|
state.constrained_ident_ids.insert(module_id, ident_ids);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue