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 27390fc commit cafeb6fCopy full SHA for cafeb6f
src/librustc_codegen_llvm/back/link.rs
@@ -655,7 +655,7 @@ pub fn linker_and_flavor(sess: &Session) -> (PathBuf, LinkerFlavor) {
655
return ret;
656
}
657
658
- sess.fatal("Not enough information provided to determine how to invoke the linker");
+ bug!("Not enough information provided to determine how to invoke the linker");
659
660
661
// Create a dynamic library or executable
0 commit comments