mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
passing tests!
This commit is contained in:
parent
910a7e5113
commit
1d7ca32101
3 changed files with 8 additions and 7 deletions
|
@ -2063,12 +2063,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