auto merge of #11737 : alexcrichton/rust/issue-11729, r=thestinger
Closes #11729
This commit is contained in:
commit
7cabd40320
@ -1134,7 +1134,7 @@ pub fn build_output_filenames(input: &Input,
|
||||
|
||||
pub fn early_error(emitter: &diagnostic::Emitter, msg: &str) -> ! {
|
||||
emitter.emit(None, msg, diagnostic::Fatal);
|
||||
fail!();
|
||||
fail!(diagnostic::FatalError);
|
||||
}
|
||||
|
||||
pub fn list_metadata(sess: Session, path: &Path, out: &mut io::Writer) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user