mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Do not make LayoutInterner mutable
This commit is contained in:
parent
c81a652aaa
commit
41597cbab7
12 changed files with 146 additions and 146 deletions
|
@ -193,7 +193,7 @@ fn mono_module_to_dylib<'a>(
|
|||
entry_point,
|
||||
interns,
|
||||
subs,
|
||||
mut layout_interner,
|
||||
layout_interner,
|
||||
..
|
||||
} = loaded;
|
||||
|
||||
|
@ -246,7 +246,7 @@ fn mono_module_to_dylib<'a>(
|
|||
|
||||
let (main_fn_name, main_fn) = roc_gen_llvm::llvm::build::build_procedures_return_main(
|
||||
&env,
|
||||
&mut layout_interner,
|
||||
&layout_interner,
|
||||
opt_level,
|
||||
procedures,
|
||||
entry_point,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue