aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data/bug_484.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use insta for ty testsFlorian Diebold2019-01-211-5/+0
|
* Fix assertion error in unification (hopefully)Florian Diebold2019-01-111-0/+5
Currently, all types that we handle during inference need to be resolved as far as possible at the time. It's maybe too brittle of an invariant; I need to think how we can do this better. This should fix #484 though, I hope (if it's the same case as I managed to reproduce).