@@ -565,7 +565,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
565
565
#[ instrument( skip( self , infcx, body, polonius_output) , level = "debug" ) ]
566
566
pub ( super ) fn solve (
567
567
& mut self ,
568
- infcx : & InferCtxt < ' _ , ' tcx > ,
568
+ infcx : & InferCtxt < ' tcx > ,
569
569
param_env : ty:: ParamEnv < ' tcx > ,
570
570
body : & Body < ' tcx > ,
571
571
polonius_output : Option < Rc < PoloniusOutput > > ,
@@ -835,7 +835,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
835
835
/// 'a`. See `TypeTest` for more details.
836
836
fn check_type_tests (
837
837
& self ,
838
- infcx : & InferCtxt < ' _ , ' tcx > ,
838
+ infcx : & InferCtxt < ' tcx > ,
839
839
param_env : ty:: ParamEnv < ' tcx > ,
840
840
body : & Body < ' tcx > ,
841
841
mut propagated_outlives_requirements : Option < & mut Vec < ClosureOutlivesRequirement < ' tcx > > > ,
@@ -923,7 +923,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
923
923
#[ instrument( level = "debug" , skip( self , infcx, propagated_outlives_requirements) ) ]
924
924
fn try_promote_type_test (
925
925
& self ,
926
- infcx : & InferCtxt < ' _ , ' tcx > ,
926
+ infcx : & InferCtxt < ' tcx > ,
927
927
param_env : ty:: ParamEnv < ' tcx > ,
928
928
body : & Body < ' tcx > ,
929
929
type_test : & TypeTest < ' tcx > ,
@@ -1036,7 +1036,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
1036
1036
#[ instrument( level = "debug" , skip( self , infcx) ) ]
1037
1037
fn try_promote_type_test_subject (
1038
1038
& self ,
1039
- infcx : & InferCtxt < ' _ , ' tcx > ,
1039
+ infcx : & InferCtxt < ' tcx > ,
1040
1040
ty : Ty < ' tcx > ,
1041
1041
) -> Option < ClosureOutlivesSubject < ' tcx > > {
1042
1042
let tcx = infcx. tcx ;
@@ -1212,7 +1212,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
1212
1212
/// `point`.
1213
1213
fn eval_verify_bound (
1214
1214
& self ,
1215
- infcx : & InferCtxt < ' _ , ' tcx > ,
1215
+ infcx : & InferCtxt < ' tcx > ,
1216
1216
param_env : ty:: ParamEnv < ' tcx > ,
1217
1217
body : & Body < ' tcx > ,
1218
1218
generic_ty : Ty < ' tcx > ,
@@ -1262,7 +1262,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
1262
1262
1263
1263
fn eval_if_eq (
1264
1264
& self ,
1265
- infcx : & InferCtxt < ' _ , ' tcx > ,
1265
+ infcx : & InferCtxt < ' tcx > ,
1266
1266
param_env : ty:: ParamEnv < ' tcx > ,
1267
1267
generic_ty : Ty < ' tcx > ,
1268
1268
lower_bound : RegionVid ,
@@ -1718,7 +1718,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
1718
1718
1719
1719
fn check_member_constraints (
1720
1720
& self ,
1721
- infcx : & InferCtxt < ' _ , ' tcx > ,
1721
+ infcx : & InferCtxt < ' tcx > ,
1722
1722
errors_buffer : & mut RegionErrors < ' tcx > ,
1723
1723
) {
1724
1724
let member_constraints = self . member_constraints . clone ( ) ;
0 commit comments