File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ impl<'tcx> Interner for TyCtxt<'tcx> {
103103 type Ty = Ty < ' tcx > ;
104104 type Const = ty:: Const < ' tcx > ;
105105 type Region = Region < ' tcx > ;
106+ type Binder < T > = Binder < ' tcx , T > ;
107+ type Predicate = Predicate < ' tcx > ;
106108 type TypeAndMut = TypeAndMut < ' tcx > ;
107109 type Mutability = hir:: Mutability ;
108110 type Movability = hir:: Movability ;
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ pub trait Interner {
4343 + Ord
4444 + BoundAtOrAboveBinder
4545 + Flags ;
46+ type Binder < T > ;
47+ type Predicate : OuterExclusiveBinder + Flags ;
4648 type TypeAndMut : Clone + Debug + Hash + PartialEq + Eq + PartialOrd + Ord ;
4749 type Mutability : Clone + Debug + Hash + PartialEq + Eq + PartialOrd + Ord ;
4850 type Movability : Clone + Debug + Hash + PartialEq + Eq + PartialOrd + Ord ;
You can’t perform that action at this time.
0 commit comments