mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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
|
@ -718,7 +718,7 @@ pub fn expect_mono_module_to_dylib<'a>(
|
|||
toplevel_expects,
|
||||
procedures,
|
||||
interns,
|
||||
mut layout_interner,
|
||||
layout_interner,
|
||||
..
|
||||
} = loaded;
|
||||
|
||||
|
@ -761,7 +761,7 @@ pub fn expect_mono_module_to_dylib<'a>(
|
|||
|
||||
let expect_names = roc_gen_llvm::llvm::build::build_procedures_expose_expects(
|
||||
&env,
|
||||
&mut layout_interner,
|
||||
&layout_interner,
|
||||
opt_level,
|
||||
expect_symbols.into_bump_slice(),
|
||||
procedures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue