aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/0002_let.txt
Commit message (Collapse)AuthorAgeFilesLines
* Sort ranges in type inference testsFlorian Diebold2019-01-061-7/+0
| | | | | Also rename the files to remove the numbers (they don't serve a purpose now that there are only the data files).
* Implement type variablesFlorian Diebold2018-12-291-1/+1
| | | | | | | | | This will really become necessary when we implement generics, but even now, it allows us to reason 'backwards' to infer types of expressions that we didn't understand for some reason. We use ena, the union-find implementation extracted from rustc, to keep track of type variables.
* Change inference tests to have one per fileFlorian Diebold2018-12-241-7/+7
|
* Make let statements kind of workFlorian Diebold2018-12-231-0/+7