We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0d1d7 commit 65ec4ddCopy full SHA for 65ec4dd
compiler/rustc_codegen_llvm/src/back/lto.rs
@@ -317,7 +317,7 @@ fn fat_lto(
317
info!("linking {:?}", name);
318
let data = bc_decoded.data();
319
linker.add(data).map_err(|()| {
320
- let msg = format!("failed to load bc of {:?}", name);
+ let msg = format!("failed to load bitcode of module {:?}", name);
321
write::llvm_err(diag_handler, &msg)
322
})?;
323
serialized_bitcode.push(bc_decoded);
0 commit comments