mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Generate refcounting procs in gen_dev
This commit is contained in:
parent
d0ef1e5b36
commit
e088eceb29
4 changed files with 57 additions and 7 deletions
|
@ -534,7 +534,9 @@ fn gen_from_mono_module_dev_assembly(
|
|||
..
|
||||
} = loaded;
|
||||
|
||||
let mut ident_ids = get_module_ident_ids(&interns.all_ident_ids, &module_id).unwrap().clone();
|
||||
let mut ident_ids = get_module_ident_ids(&interns.all_ident_ids, &module_id)
|
||||
.unwrap()
|
||||
.clone();
|
||||
|
||||
let env = roc_gen_dev::Env {
|
||||
arena,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue