aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests/method_resolution.rs
Commit message (Collapse)AuthorAgeFilesLines
* Check that impl self type matches up with expected self type in path modeFlorian Diebold2020-02-141-0/+32
| | | | Fixes #3144.
* Change Ty::Param to contain param IDFlorian Diebold2020-02-071-1/+1
|
* Fix another testFlorian Diebold2020-02-071-2/+2
|
* Fix printing of function typesFlorian Diebold2020-02-071-21/+21
|
* Introduce our own Chalk TypeFamily, instead of using ChalkIrFlorian Diebold2019-12-221-2/+2
| | | | | | It's not very different, except we can directly use Salsa IDs instead of casting them. This means we need to refactor the handling of errors to get rid of UNKNOWN_TRAIT though.
* Split up ty tests a bitFlorian Diebold2019-12-031-0/+1005