We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Handler::fatal
Sesssion::fatal
1 parent 96509b4 commit ebbc949Copy full SHA for ebbc949
compiler/rustc_errors/src/lib.rs
@@ -692,6 +692,7 @@ impl Handler {
692
db
693
}
694
695
+ // NOTE: intentionally doesn't raise an error so rustc_codegen_ssa only reports fatal errors in the main thread
696
pub fn fatal(&self, msg: &str) -> FatalError {
697
self.inner.borrow_mut().fatal(msg)
698
0 commit comments