Rename EarlyDiagCtxt
methods to match DiagCtxt
.
- `early_error_no_abort` -> `early_err` - `early_error` -> `early_fatal` - `early_struct_error` -> `early_struct_fatal`
This commit is contained in:
parent
a4be90ed16
commit
b94a2a1991
@ -179,7 +179,7 @@ pub(crate) fn compile_fn(
|
|||||||
let early_dcx = rustc_session::EarlyDiagCtxt::new(
|
let early_dcx = rustc_session::EarlyDiagCtxt::new(
|
||||||
rustc_session::config::ErrorOutputType::default(),
|
rustc_session::config::ErrorOutputType::default(),
|
||||||
);
|
);
|
||||||
early_dcx.early_error(format!(
|
early_dcx.early_fatal(format!(
|
||||||
"backend implementation limit exceeded while compiling {name}",
|
"backend implementation limit exceeded while compiling {name}",
|
||||||
name = codegened_func.symbol_name
|
name = codegened_func.symbol_name
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user