@@ -98,12 +98,12 @@ pub use self::sty::BoundRegionKind::*;
98
98
pub use self :: sty:: {
99
99
AliasTy , Article , Binder , BoundRegion , BoundRegionKind , BoundTy , BoundTyKind , BoundVar ,
100
100
BoundVariableKind , CanonicalPolyFnSig , ClauseKind , ClosureArgs , ClosureArgsParts , ConstKind ,
101
- ConstVid , CoroutineArgs , CoroutineArgsParts , EffectVid , ExistentialPredicate ,
101
+ ConstVid , CoroutineArgs , CoroutineArgsParts , EarlyParamRegion , EffectVid , ExistentialPredicate ,
102
102
ExistentialProjection , ExistentialTraitRef , FnSig , GenSig , InlineConstArgs ,
103
103
InlineConstArgsParts , LateParamRegion , ParamConst , ParamTy , PolyExistentialPredicate ,
104
104
PolyExistentialProjection , PolyExistentialTraitRef , PolyFnSig , PolyGenSig , PolyTraitRef ,
105
- PredicateKind , Region , RegionKind , RegionParameterDefinition , RegionVid , TraitRef , TyKind ,
106
- TypeAndMut , UpvarArgs , VarianceDiagInfo ,
105
+ PredicateKind , Region , RegionKind , RegionVid , TraitRef , TyKind , TypeAndMut , UpvarArgs ,
106
+ VarianceDiagInfo ,
107
107
} ;
108
108
pub use self :: trait_def:: TraitDef ;
109
109
pub use self :: typeck_results:: {
@@ -464,7 +464,7 @@ pub struct CReaderCacheKey {
464
464
#[ rustc_pass_by_value]
465
465
pub struct Ty < ' tcx > ( Interned < ' tcx , WithCachedTypeInfo < TyKind < ' tcx > > > ) ;
466
466
467
- impl ty :: RegionParameterDefinition {
467
+ impl EarlyParamRegion {
468
468
/// Does this early bound region have a name? Early bound regions normally
469
469
/// always have names except when using anonymous lifetimes (`'_`).
470
470
pub fn has_name ( & self ) -> bool {
0 commit comments