Skip to content

Commit cafeb6f

Browse files
committed
fatal -> bug
1 parent 27390fc commit cafeb6f

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_codegen_llvm/back

1 file changed

+1
-1
lines changed

src/librustc_codegen_llvm/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ pub fn linker_and_flavor(sess: &Session) -> (PathBuf, LinkerFlavor) {
655655
return ret;
656656
}
657657

658-
sess.fatal("Not enough information provided to determine how to invoke the linker");
658+
bug!("Not enough information provided to determine how to invoke the linker");
659659
}
660660

661661
// Create a dynamic library or executable

0 commit comments

Comments
 (0)