aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/err
Commit message (Collapse)AuthorAgeFilesLines
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-1711-32/+32
|
* Update async unsafe fn ordering.Emil Lauridsen2020-02-072-7/+7
| | | | | | | | | | 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
* Parse correct AttrInputuHOOCCOOHu2019-09-301-8/+12
|
* Add tests for underscores in `const` and `static` itemsDylan MacKenzie2019-09-151-0/+21
|
* Allow an underscore as the identifier in `const` itemsDylan MacKenzie2019-09-151-0/+1
|
* update test dataAleksey Kladov2019-09-028-141/+152
|
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-3/+4
|
* move syntax tests to unit testsAleksey Kladov2019-07-2424-0/+496