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