rust/crates/ra_ssr
bors[bot] 1e8b2c498a
Merge #5637
5637: SSR: Matching trait associated constants, types and functions r=matklad a=davidlattimore

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.

Co-authored-by: David Lattimore <dml@google.com>
2020-08-12 13:50:34 +00:00
..
src Merge #5637 2020-08-12 13:50:34 +00:00
Cargo.toml SSR: Use expect! in tests 2020-07-24 21:34:00 +10:00