fatal -> bug
This commit is contained in:
parent
27390fcbcb
commit
cafeb6f05b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue