aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/method_resolution.rs
Commit message (Collapse)AuthorAgeFilesLines
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-20/+20
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-20/+20
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Use Ty::apply instead of simple and fix method resolution.Charles Lew2020-09-161-3/+1
|
* Add a test.Charles Lew2020-09-161-0/+38
|
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+1053