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.
2 parents 71899c3 + b94a2a1 commit bfda19dCopy full SHA for bfda19d
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