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
..
2019-02-11 10:20:04 +02:00
2019-02-18 16:43:16 +03:00
2019-02-11 10:20:04 +02:00
2019-02-18 16:43:16 +03:00
2019-02-12 15:02:57 +01:00
2019-02-20 23:17:07 +03:00
2019-02-12 20:57:13 +03:00
2019-02-19 20:06:53 +03:00
2019-02-20 16:48:06 +03:00