rust-analyzer/crates/ra_hir
Ville Penttinen 816971ebc9 Implement basic support for Associated Methods and Constants
This is done in `infer_path_expr`. When `Resolver::resolve_path` returns
`PartiallyResolved`, we use the returned `Resolution` together with the given
`segment_index` to check if we can find something matching the segment at
segment_index in the impls for that particular type.
2019-02-21 12:25:55 +02:00
..
src Implement basic support for Associated Methods and Constants 2019-02-21 12:25:55 +02:00
Cargo.toml Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00