aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0128_combined_fns.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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