aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0150_impl_type_params.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-1/+1
|
* Improve const generics parsingMichael Chesser2020-01-061-0/+38
- Handle const generics type args - Fix issue with const generic as first parameter in trait impl