mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
conditionally leak memory
This commit is contained in:
parent
5d22b6a9cf
commit
5548bf136d
6 changed files with 372 additions and 7 deletions
|
@ -157,6 +157,7 @@ pub fn gen(
|
|||
interns: loaded.interns,
|
||||
module: arena.alloc(module),
|
||||
ptr_bytes,
|
||||
leak: false,
|
||||
};
|
||||
let mut ident_ids = env.interns.all_ident_ids.remove(&home).unwrap();
|
||||
let mut layout_ids = LayoutIds::default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue