Generate refcounting procs in gen_dev

This commit is contained in:
Brian Carroll 2021-12-02 15:41:09 +00:00
parent d0ef1e5b36
commit e088eceb29
4 changed files with 57 additions and 7 deletions

View file

@ -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,