aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-04-26 15:56:25 +0100
committerFlorian Diebold <[email protected]>2020-04-26 15:58:08 +0100
commit497073abc66df21b178c931e91969fccd8afcdc3 (patch)
tree088b0fda66e9012959a6e26e460c2811156d3e83 /crates/ra_flycheck/Cargo.toml
parentef67e0a497a3f0b65c11bf443e0d35c8e51bd26f (diff)
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`.
Diffstat (limited to 'crates/ra_flycheck/Cargo.toml')
0 files changed, 0 insertions, 0 deletions