diff options
author | Florian Diebold <[email protected]> | 2019-09-14 12:25:05 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-09-17 18:47:45 +0100 |
commit | 913ab1ec0ad10873134ca429c1496806a9261206 (patch) | |
tree | 877db00b9898b278d9c9213824f9472d640de360 /crates/ra_tt | |
parent | 16ee779483a1d96ccd2258b43c8477744773b314 (diff) |
Resolve assoc types on type parameters
E.g. `fn foo<T: Iterator>() -> T::Item`. It seems that rustc does this only for
type parameters and only based on their bounds, so we also only consider traits
from bounds.
Diffstat (limited to 'crates/ra_tt')
0 files changed, 0 insertions, 0 deletions