aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt
Commit message (Collapse)AuthorAgeFilesLines
* Migrate tests .txt -> .rastveetaha2020-04-061-37/+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.
* Update async unsafe fn ordering.Emil Lauridsen2020-02-071-3/+3
| | | | | | | | | | As of rust-lang/rust#61319 the correct order for functions that are both unsafe and async is: `async unsafe fn` and not `unsafe async fn`. This commit updates the parser tests to reflect this, and corrects parsing behavior to accept the correct ordering. Fixes #3025
* update test dataAleksey Kladov2019-09-021-6/+8
|
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+35