aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/0005_refs.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use HIR Expr for type inferenceFlorian Diebold2019-01-061-2/+2
| | | | | Now we can reuse the type inference inside a function when typing whitespace etc. :)
* Implement reference / pointer typesFlorian Diebold2018-12-251-0/+23
- parse them - infer types of & and * expressions