@@ -53,8 +53,8 @@ use crate::{
5353use super :: {
5454 Binder , BoundExistentialPredicates , BoundTy , BoundTyKind , Clause , ClauseKind , Clauses , Const ,
5555 ErrorGuaranteed , ExprConst , ExternalConstraints , GenericArg , GenericArgs , ParamConst , ParamEnv ,
56- ParamTy , PlaceholderConst , PlaceholderTy , PredefinedOpaques , Predicate , SolverDefId , Term , Ty ,
57- TyKind , Tys , Valtree , ValueConst ,
56+ ParamTy , PlaceholderConst , PlaceholderTy , PredefinedOpaques , Predicate , RegionKind ,
57+ SolverDefId , Term , Ty , TyKind , Tys , Valtree , ValueConst ,
5858 abi:: Safety ,
5959 fold:: { BoundVarReplacer , BoundVarReplacerDelegate , FnMutDelegate } ,
6060 generics:: { Generics , generics} ,
@@ -1098,6 +1098,7 @@ impl<'db> Interner for DbInterner<'db> {
10981098 type LateParamRegion = LateParamRegion ;
10991099 type BoundRegion = BoundRegion ;
11001100 type PlaceholderRegion = PlaceholderRegion ;
1101+ type InternedRegionKind = InternedRef < ' db , RegionKind < ' db > > ;
11011102
11021103 type RegionAssumptions = RegionAssumptions < ' db > ;
11031104
0 commit comments