fatal -> bug

This commit is contained in:
Jorge Aparicio 2018-08-18 17:19:42 +02:00
parent 27390fcbcb
commit cafeb6f05b

View File

@ -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