auto merge of #11737 : alexcrichton/rust/issue-11729, r=thestinger

Closes #11729
This commit is contained in:
bors 2014-01-23 03:51:29 -08:00
commit 7cabd40320

View file

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