about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-45296.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-6/+0
Because the parser directory has already reached the 1000 file limit.
2021-09-02Provide more context on incorrect inner attributeEsteban Kuber-0/+1
Suggest changing an inner attribute into an outer attribute if followed by an item.
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+5
Address comments Update limits