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> {
103
103
type Ty = Ty < ' tcx > ;
104
104
type Const = ty:: Const < ' tcx > ;
105
105
type Region = Region < ' tcx > ;
106
+ type Binder < T > = Binder < ' tcx , T > ;
107
+ type Predicate = Predicate < ' tcx > ;
106
108
type TypeAndMut = TypeAndMut < ' tcx > ;
107
109
type Mutability = hir:: Mutability ;
108
110
type Movability = hir:: Movability ;
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ pub trait Interner {
43
43
+ Ord
44
44
+ BoundAtOrAboveBinder
45
45
+ Flags ;
46
+ type Binder < T > ;
47
+ type Predicate : OuterExclusiveBinder + Flags ;
46
48
type TypeAndMut : Clone + Debug + Hash + PartialEq + Eq + PartialOrd + Ord ;
47
49
type Mutability : Clone + Debug + Hash + PartialEq + Eq + PartialOrd + Ord ;
48
50
type Movability : Clone + Debug + Hash + PartialEq + Eq + PartialOrd + Ord ;
You can’t perform that action at this time.
0 commit comments