rust/crates/ra_hir
Florian Diebold 913ab1ec0a 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.
2019-09-17 19:47:45 +02:00
..
src Resolve assoc types on type parameters 2019-09-17 19:47:45 +02:00
Cargo.toml Revert "Replace with immutable map to avoid heavy cloning" 2019-09-09 01:34:53 +08:00