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
..
2020-08-10 15:05:01 +03:00
2020-08-12 13:44:13 +00:00
2020-07-23 16:53:12 +02:00
2020-08-12 13:44:13 +00:00
2020-08-12 13:44:13 +00:00
2020-08-11 17:52:05 +03:00
2020-08-11 17:52:05 +03:00
2020-08-12 13:50:34 +00:00
2020-08-10 15:05:01 +03:00
2020-08-12 14:52:37 +02:00
2020-08-10 15:05:01 +03:00
2020-07-30 21:23:41 +00:00
2020-08-12 13:50:34 +00:00
2020-08-12 13:06:38 +00:00
2020-08-10 15:05:01 +03:00
2020-08-10 15:05:01 +03:00
2020-08-11 17:13:40 +03:00
2020-08-12 15:04:06 +02:00
2020-07-30 22:23:12 +02:00
2020-08-12 14:08:55 +03:00
2020-07-18 16:40:10 +02:00