File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
rustc_hir_analysis/src/check Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ where
127
127
128
128
let outlives_env = OutlivesEnvironment :: with_bounds ( param_env, implied_bounds) ;
129
129
130
- wfcx. ocx . resolve_regions_and_report_errors ( body_def_id, & outlives_env) ?;
131
- infcx. tainted_by_errors ( ) . error_reported ( )
130
+ wfcx. ocx . resolve_regions_and_report_errors ( body_def_id, & outlives_env)
132
131
}
133
132
134
133
fn check_well_formed ( tcx : TyCtxt < ' _ > , def_id : hir:: OwnerId ) -> Result < ( ) , ErrorGuaranteed > {
Original file line number Diff line number Diff line change @@ -423,7 +423,6 @@ TrivialLiftImpls! {
423
423
TrivialTypeTraversalImpls ! {
424
424
crate :: ty:: BoundConstness ,
425
425
:: rustc_span:: Span ,
426
- :: rustc_errors:: ErrorGuaranteed ,
427
426
}
428
427
// For some things about which the type library does not know, or does not
429
428
// provide any traversal implementations, we need to provide a traversal
You can’t perform that action at this time.
0 commit comments