about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-56685.rs
AgeCommit message (Collapse)AuthorLines
2021-09-15Move some tests to more reasonable directoriesCaio-44/+0
2019-01-28Unused variable suggestions on all patterns.David Wood-0/+44
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.