aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0022_bad_exprs.txt
Commit message (Collapse)AuthorAgeFilesLines
* Migrate tests .txt -> .rastveetaha2020-04-061-183/+0
| | | | | | | | The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files.
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-1/+1
|
* ra_syntax: migrate test data to 0-length text-range of SyntaxError when ↵Veetaha2020-02-171-33/+33
| | | | constructed from TextUnit
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-171-33/+33
|
* Nest attrs into exprs in function argsAleksey Kladov2020-01-171-18/+12
|
* Extract expr_with_attrsAleksey Kladov2020-01-171-10/+14
|
* Simplify array parsingAleksey Kladov2020-01-161-20/+13
|
* update test dataAleksey Kladov2019-09-021-119/+122
|
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+189