about summary refs log tree commit diff
path: root/src/test/ui/lint/dead-code/lint-dead-code-5.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-50/+0
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-4/+4
add comments in `store_dead_field_or_variant` support multiple log level add a item ident label fix ui tests fix a ui test fix a rustdoc ui test use let chain refactor: remove `store_dead_field_or_variant` fix a tiny bug
2020-04-19test for false "never constructed" warnings for `Self::` variant pathsjakubadamw-0/+20
2019-10-26Move dead_code related tests to test/ui/dead-codePi Lanningham-0/+30
This helps organize the tests better. I also renamed several of the tests to remove redundant dead-code in the path, and better match what they're testing