rust-analyzer/crates/ra_ssr
David Lattimore 21d2cebcf1 SSR: Matching trait associated constants, types and functions
This fixes matching of things like `HashMap::default()` by resolving
`HashMap` instead of `default` (which resolves to `Default::default`).

Same for associated constants and types that are part of a trait
implementation.

However, we still don't support matching calls to trait methods.
2020-08-01 12:55:26 +10:00
..
src SSR: Matching trait associated constants, types and functions 2020-08-01 12:55:26 +10:00
Cargo.toml SSR: Use expect! in tests 2020-07-24 21:34:00 +10:00