Florian Diebold 497073abc6 For associated type shorthand (T::Item), use the substs from the where clause
So e.g. if we have `fn foo<T: SomeTrait<u32>>() -> T::Item`, we want to lower
that to `<T as SomeTrait<u32>>::Item` and not `<T as SomeTrait<_>>::Item`.
2020-04-26 16:58:08 +02:00
..
2020-04-25 11:59:18 +02:00
2020-04-25 11:59:18 +02:00
2020-04-14 13:57:02 -04:00
2020-04-25 19:23:15 +00:00
2020-04-25 10:35:14 +00:00
2020-04-25 14:23:34 +02:00
2020-04-25 16:26:51 +00:00
2020-04-24 09:27:37 +08:00
2020-04-25 10:35:14 +00:00
2020-04-25 10:53:40 +00:00
2020-04-25 12:15:32 +02:00
2020-04-10 00:17:32 +08:00
2020-04-10 20:46:42 +02:00
2020-04-25 12:15:32 +02:00