aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/snapshots/tests__infer_associated_const.snap
Commit message (Collapse)AuthorAgeFilesLines
* Inline type inference test snapshotsFlorian Diebold2019-03-031-14/+0
|
* Add const type inferenceVille Penttinen2019-02-251-7/+7
|
* Remove Const inference for now, refactor PathResultVille Penttinen2019-02-211-7/+7
|
* Implement basic support for Associated Methods and ConstantsVille Penttinen2019-02-211-0/+14
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.