Remove -Z continue-parse-after-error
This commit is contained in:
parent
ed6468da16
commit
41a93cba38
36 changed files with 77 additions and 125 deletions
|
|
@ -1679,7 +1679,6 @@ impl SharedEmitterMain {
|
|||
d.code(code);
|
||||
}
|
||||
handler.emit_diagnostic(&d);
|
||||
handler.abort_if_errors_and_should_abort();
|
||||
}
|
||||
Ok(SharedEmitterMessage::InlineAsmError(cookie, msg)) => {
|
||||
sess.span_err(ExpnId::from_u32(cookie).expn_data().call_site, &msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue