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
128128
129129 let outlives_env = OutlivesEnvironment :: with_bounds ( param_env, implied_bounds) ;
130130
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)
133132}
134133
135134fn 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! {
422422TrivialTypeTraversalImpls ! {
423423 crate :: ty:: BoundConstness ,
424424 :: rustc_span:: Span ,
425- :: rustc_errors:: ErrorGuaranteed ,
426425}
427426// For some things about which the type library does not know, or does not
428427// provide any traversal implementations, we need to provide a traversal
You can’t perform that action at this time.
0 commit comments