about summary refs log tree commit diff
path: root/src/test/ui/lint/issue-47390-unused-variable-in-struct-pattern.stderr
AgeCommit message (Expand)AuthorLines
2021-07-31Move the `unused` dir to `lint`s subdirYuki Okushi-126/+0
2021-02-28Bless some testsGiacomo Stevanato-6/+6
2020-04-12Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasperDylan DPC-6/+6
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-04-10Try to fix warning for unused variables in or patterns, issue #67691sapir-6/+6
2020-03-23Reword unused variable warningAlex Tokarev-4/+4
2020-01-24Normalise notes with the/isvarkor-3/+3
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-13/+13
2019-09-16or-patterns: #47390: we rely on names to exercise `IndexMap`.Mazdak Farrokhzad-10/+10
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-3/+3
2019-01-28Unused variable suggestions on all patterns.David Wood-4/+4
2018-12-25Remove licensesMark Rousskov-19/+19
2018-12-07Change to give a help messageJohn Ginger-1/+1
2018-12-03Fix stderr file (unused variable)John Ginger-0/+1
2018-05-18in which the unused shorthand field pattern debacle/saga continuesZack M. Davis-15/+21
2018-05-13reduce variable spancsmoe-10/+51
2018-04-30Correct unused field warning on struct match container patternsvarkor-6/+30
2018-04-30Correct unused field warning on box struct matchvarkor-7/+13
2018-04-30Correct unused field warning on &struct matchvarkor-4/+10
2018-02-26Update UI testsVadim Petrochenkov-6/+6
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-0/+40