about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-62895.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-47/+0
Because the parser directory has already reached the 1000 file limit.
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-08-09review comments: typo and rewordingEsteban Küber-1/+1
2019-08-09review comment: review wording or missing return errorEsteban Küber-1/+1
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-1/+1
2019-08-09Change wording for function without return valueEsteban Küber-1/+1
Fix #62677
2019-07-23review commentsEsteban Küber-0/+49