@@ -565,7 +565,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
565565 #[ instrument( skip( self , infcx, body, polonius_output) , level = "debug" ) ]
566566 pub ( super ) fn solve (
567567 & mut self ,
568- infcx : & InferCtxt < ' _ , ' tcx > ,
568+ infcx : & InferCtxt < ' tcx > ,
569569 param_env : ty:: ParamEnv < ' tcx > ,
570570 body : & Body < ' tcx > ,
571571 polonius_output : Option < Rc < PoloniusOutput > > ,
@@ -835,7 +835,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
835835 /// 'a`. See `TypeTest` for more details.
836836 fn check_type_tests (
837837 & self ,
838- infcx : & InferCtxt < ' _ , ' tcx > ,
838+ infcx : & InferCtxt < ' tcx > ,
839839 param_env : ty:: ParamEnv < ' tcx > ,
840840 body : & Body < ' tcx > ,
841841 mut propagated_outlives_requirements : Option < & mut Vec < ClosureOutlivesRequirement < ' tcx > > > ,
@@ -923,7 +923,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
923923 #[ instrument( level = "debug" , skip( self , infcx, propagated_outlives_requirements) ) ]
924924 fn try_promote_type_test (
925925 & self ,
926- infcx : & InferCtxt < ' _ , ' tcx > ,
926+ infcx : & InferCtxt < ' tcx > ,
927927 param_env : ty:: ParamEnv < ' tcx > ,
928928 body : & Body < ' tcx > ,
929929 type_test : & TypeTest < ' tcx > ,
@@ -1036,7 +1036,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
10361036 #[ instrument( level = "debug" , skip( self , infcx) ) ]
10371037 fn try_promote_type_test_subject (
10381038 & self ,
1039- infcx : & InferCtxt < ' _ , ' tcx > ,
1039+ infcx : & InferCtxt < ' tcx > ,
10401040 ty : Ty < ' tcx > ,
10411041 ) -> Option < ClosureOutlivesSubject < ' tcx > > {
10421042 let tcx = infcx. tcx ;
@@ -1212,7 +1212,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
12121212 /// `point`.
12131213 fn eval_verify_bound (
12141214 & self ,
1215- infcx : & InferCtxt < ' _ , ' tcx > ,
1215+ infcx : & InferCtxt < ' tcx > ,
12161216 param_env : ty:: ParamEnv < ' tcx > ,
12171217 body : & Body < ' tcx > ,
12181218 generic_ty : Ty < ' tcx > ,
@@ -1262,7 +1262,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
12621262
12631263 fn eval_if_eq (
12641264 & self ,
1265- infcx : & InferCtxt < ' _ , ' tcx > ,
1265+ infcx : & InferCtxt < ' tcx > ,
12661266 param_env : ty:: ParamEnv < ' tcx > ,
12671267 generic_ty : Ty < ' tcx > ,
12681268 lower_bound : RegionVid ,
@@ -1718,7 +1718,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
17181718
17191719 fn check_member_constraints (
17201720 & self ,
1721- infcx : & InferCtxt < ' _ , ' tcx > ,
1721+ infcx : & InferCtxt < ' tcx > ,
17221722 errors_buffer : & mut RegionErrors < ' tcx > ,
17231723 ) {
17241724 let member_constraints = self . member_constraints . clone ( ) ;
0 commit comments