aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests/display_source_code.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update the rest of the testsAleksey Kladov2020-06-291-29/+20
|
* Fix type parameter defaultsFlorian Diebold2020-06-051-2/+2
| | | | | They should not be applied in expression or pattern contexts, unless there are other explicitly given type args.
* Omit default types in HirDisplay SourceCode modeTimo Freiberg2020-05-101-0/+27
|
* New HirDisplay method for displaying sourcecodeTimo Freiberg2020-05-081-0/+23