rust-analyzer/crates/ra_ide
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
test_data Replace rand with oorandom 2020-07-29 19:49:10 +02:00
Cargo.toml Replace rand with oorandom 2020-07-29 19:49:10 +02:00