about summary refs log tree commit diff
path: root/src/test/ui/parser/stmt_expr_attrs_placement.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-65/+0
2021-09-02Provide more context on incorrect inner attributeEsteban Kuber-7/+14
Suggest changing an inner attribute into an outer attribute if followed by an item.
2021-05-11Updates to tests.Felix S. Klock II-9/+1
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-1/+57
2019-12-20Add a UI test for correct parsingA C-0/+10