about summary refs log tree commit diff
path: root/src/test/ui/lint/issue-47390-unused-variable-in-struct-pattern.rs
AgeCommit message (Expand)AuthorLines
2021-07-31Move the `unused` dir to `lint`s subdirYuki Okushi-88/+0
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-11/+16
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-09-16or-patterns: #47390: we rely on names to exercise `IndexMap`.Mazdak Farrokhzad-0/+3
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-18in which the unused shorthand field pattern debacle/saga continuesZack M. Davis-0/+9
2018-05-13Revert "mark applicability"csmoe-1/+0
2018-05-13mark applicabilitycsmoe-0/+1
2018-05-13reduce variable spancsmoe-0/+4
2018-04-30Correct unused field warning on struct match container patternsvarkor-0/+25
2018-04-30Correct unused field warning on box struct matchvarkor-2/+8
2018-04-30Correct unused field warning on &struct matchvarkor-0/+12
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-0/+34