mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
fatal -> bug
This commit is contained in:
parent
27390fcbcb
commit
cafeb6f05b
@ -655,7 +655,7 @@ pub fn linker_and_flavor(sess: &Session) -> (PathBuf, LinkerFlavor) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
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");
|
||||
}
|
||||
|
||||
// Create a dynamic library or executable
|
||||
|
Loading…
Reference in New Issue
Block a user