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.
EarlyDiagCtxt
DiagCtxt
1 parent a4be90e commit b94a2a1Copy full SHA for b94a2a1
src/base.rs
@@ -179,7 +179,7 @@ pub(crate) fn compile_fn(
179
let early_dcx = rustc_session::EarlyDiagCtxt::new(
180
rustc_session::config::ErrorOutputType::default(),
181
);
182
- early_dcx.early_error(format!(
+ early_dcx.early_fatal(format!(
183
"backend implementation limit exceeded while compiling {name}",
184
name = codegened_func.symbol_name
185
));
0 commit comments