about summary refs log tree commit diff
path: root/src/test/ui/lint/dead-code/with-impl.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2019-10-26Move dead_code related tests to test/ui/dead-codePi Lanningham-0/+17
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