about summary refs log tree commit diff
path: root/src/test/run-pass/binding/pat-tuple-7.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-8/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-09Add clarifying pattern lint comment and revert testKevin Leimkuhler-1/+2
2018-10-09Simply unused_parens check and add testsKevin Leimkuhler-1/+1
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+17
Fix #54047