Note why Handler::fatal is different from Sesssion::fatal

This commit is contained in:
Joshua Nelson
2021-03-27 22:58:25 -04:00
parent 96509b4835
commit ebbc949575
+1
View File
@@ -692,6 +692,7 @@ pub fn span_note_diag(&self, span: Span, msg: &str) -> DiagnosticBuilder<'_> {
db
}
// NOTE: intentionally doesn't raise an error so rustc_codegen_ssa only reports fatal errors in the main thread
pub fn fatal(&self, msg: &str) -> FatalError {
self.inner.borrow_mut().fatal(msg)
}