rust/crates/ra_hir_ty
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
..
src For associated type shorthand (T::Item), use the substs from the where clause 2020-04-26 16:58:08 +02:00
Cargo.toml Update Chalk, and cache Chalk env elaboration through a query 2020-04-20 19:16:01 +02:00