mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +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;
|
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
|
// Create a dynamic library or executable
|
||||||
|
Loading…
Reference in New Issue
Block a user