mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
auto clippy fixes
This commit is contained in:
parent
72c85efc83
commit
ef39bad7c6
146 changed files with 750 additions and 1005 deletions
|
@ -264,7 +264,7 @@ fn mono_module_to_dylib<'a>(
|
|||
if main_fn.verify(true) {
|
||||
function_pass.run_on(&main_fn);
|
||||
} else {
|
||||
internal_error!("Main function {} failed LLVM verification in build. Uncomment things nearby to see more details.", main_fn_name);
|
||||
internal_error!("Main function {main_fn_name} failed LLVM verification in build. Uncomment things nearby to see more details.", );
|
||||
}
|
||||
|
||||
module_pass.run_on(env.module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue