File tree 1 file changed +2
-2
lines changed
compiler/rustc_middle/src/ty
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
UintSimplifiedType ( ty:: UintTy ) ,
29
29
FloatSimplifiedType ( ty:: FloatTy ) ,
30
30
AdtSimplifiedType ( D ) ,
31
- ForeignSimplifiedType ( DefId ) ,
31
+ ForeignSimplifiedType ( D ) ,
32
32
StrSimplifiedType ,
33
33
ArraySimplifiedType ,
34
34
SliceSimplifiedType ,
@@ -141,7 +141,7 @@ impl<D: Copy + Debug + Ord + Eq> SimplifiedTypeGen<D> {
141
141
UintSimplifiedType ( t) => UintSimplifiedType ( t) ,
142
142
FloatSimplifiedType ( t) => FloatSimplifiedType ( t) ,
143
143
AdtSimplifiedType ( d) => AdtSimplifiedType ( map ( d) ) ,
144
- ForeignSimplifiedType ( d) => ForeignSimplifiedType ( d ) ,
144
+ ForeignSimplifiedType ( d) => ForeignSimplifiedType ( map ( d ) ) ,
145
145
StrSimplifiedType => StrSimplifiedType ,
146
146
ArraySimplifiedType => ArraySimplifiedType ,
147
147
SliceSimplifiedType => SliceSimplifiedType ,
You can’t perform that action at this time.
0 commit comments