about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-56685.stderr
AgeCommit message (Collapse)AuthorLines
2021-09-15Move some tests to more reasonable directoriesCaio-63/+0
2021-08-11Modify structured suggestion outputEsteban Küber-4/+4
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-03-23Reword unused variable warningAlex Tokarev-6/+6
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+3
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-01-28Unused variable suggestions on all patterns.David Wood-0/+60
This commit extends existing suggestions to prefix unused variable bindings in match arms with an underscore so that it applies to all patterns in a match arm.