mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Replace &'tcx List<Ty<'tcx>> in Tuple with SubstsRef<'tcx>
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user