File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ pub(crate) fn compile_fn(
179179 let early_dcx = rustc_session:: EarlyDiagCtxt :: new (
180180 rustc_session:: config:: ErrorOutputType :: default ( ) ,
181181 ) ;
182- early_dcx. early_error ( format ! (
182+ early_dcx. early_fatal ( format ! (
183183 "backend implementation limit exceeded while compiling {name}" ,
184184 name = codegened_func. symbol_name
185185 ) ) ;
Original file line number Diff line number Diff line change 1- #![ cfg_attr( all ( doc, not ( bootstrap ) ) , allow( internal_features) ) ]
2- #![ cfg_attr( all ( doc, not ( bootstrap ) ) , feature( rustdoc_internals) ) ]
3- #![ cfg_attr( all ( doc, not ( bootstrap ) ) , doc( rust_logo) ) ]
1+ #![ cfg_attr( doc, allow( internal_features) ) ]
2+ #![ cfg_attr( doc, feature( rustdoc_internals) ) ]
3+ #![ cfg_attr( doc, doc( rust_logo) ) ]
44#![ feature( rustc_private) ]
55// Note: please avoid adding other feature gates where possible
66#![ warn( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments