rust/src/librustc_traits
Mazdak Farrokhzad 35dbc5ec47
Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis
Replace the `&'tcx List<Ty<'tcx>>` in `TyKind::Tuple` with `SubstsRef<'tcx>`

Part of the suggested refactoring for https://github.com/rust-lang/rust/issues/42340. As expected, this is a little messy, because there are many places that the components of tuples are expected to be types, rather than arbitrary kinds. However, it should open up the way for a refactoring of `TyS` itself.

r? @nikomatsakis
2019-04-27 14:12:37 +02:00
..
2019-03-20 20:09:26 +01:00
2019-04-26 21:09:32 +01:00
2019-04-17 05:15:00 +02:00
2019-04-25 18:23:36 +02:00