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(
179
179
let early_dcx = rustc_session:: EarlyDiagCtxt :: new (
180
180
rustc_session:: config:: ErrorOutputType :: default ( ) ,
181
181
) ;
182
- early_dcx. early_error ( format ! (
182
+ early_dcx. early_fatal ( format ! (
183
183
"backend implementation limit exceeded while compiling {name}" ,
184
184
name = codegened_func. symbol_name
185
185
) ) ;
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) ) ]
4
4
#![ feature( rustc_private) ]
5
5
// Note: please avoid adding other feature gates where possible
6
6
#![ warn( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments