aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/err
Commit message (Collapse)AuthorAgeFilesLines
* always show token textAleksey Kladov2019-04-029-164/+164
|
* Error about attributes onpcpthm2019-03-192-0/+59
| | | | unallowed types of expression statement
* Use Marker argument for item parserspcpthm2019-03-182-0/+26
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* Add test for async blockCaio2019-03-102-0/+32
|
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-253-3/+3
|
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-042-7/+7
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* Fix the tests and fix the precommit hookDJMcNab2018-12-2012-0/+220