Merge branch 'main' into fix/replace_panic_with_internal_error

This commit is contained in:
eiei114 2023-06-27 12:48:34 +09:00 committed by GitHub
commit bf3f541331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
385 changed files with 31604 additions and 13094 deletions

View file

@ -194,7 +194,7 @@ fn mono_module_to_dylib<'a>(
entry_point,
interns,
subs,
mut layout_interner,
layout_interner,
..
} = loaded;
@ -247,7 +247,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,