Replace &'tcx List<Ty<'tcx>>
in Tuple
with SubstsRef<'tcx>
This commit is contained in:
parent
728a2db35e
commit
283ca7616c
@ -171,7 +171,7 @@ pub enum TyKind<'tcx> {
|
||||
Never,
|
||||
|
||||
/// A tuple type. For example, `(i32, bool)`.
|
||||
Tuple(&'tcx List<Ty<'tcx>>),
|
||||
Tuple(SubstsRef<'tcx>),
|
||||
|
||||
/// The projection of an associated type. For example,
|
||||
/// `<T as Trait<..>>::N`.
|
||||
|
Loading…
Reference in New Issue
Block a user