about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-68730.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-0/+0
Because the parser directory has already reached the 1000 file limit.
2021-08-11Modify structured suggestion outputEsteban Küber-0/+0
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-02-07Bless tests with new error wordingSmitty-0/+0
2021-02-06Add note about encoding when null bytes foundSmitty-0/+0
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-0/+0
2020-02-04stop using BytePos for computing spans in librustc_parse/parser/mod.rsDavid Renshaw-0/+0
2020-02-02Use `next_point` to avoid ICEYuki Okushi-0/+0