aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0035_weird_exprs.txt
Commit message (Collapse)AuthorAgeFilesLines
* Introduce dedicated AST node for unionAleksey Kladov2019-11-251-1/+1
| | | | | | | | | | Although structs and unions have the same syntax and differ only in the keyword, re-using the single syntax node for both of them leads to confusion in practice, and propagates further down the hir in an upleasent way. Moreover, static and consts also share syntax, but we use different nodes for them.
* Parse correct AttrInputuHOOCCOOHu2019-09-301-39/+50
|
* Bless old tests containing a `..` patternDylan MacKenzie2019-09-151-1/+2
|
* update test dataAleksey Kladov2019-09-021-1958/+1990
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-2/+2
|
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+2285