about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-62554.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-71/+0
Because the parser directory has already reached the 1000 file limit.
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+71
Address comments Update limits