summary refs log tree commit diff
path: root/src/test/ui/lint/dead-code/lint-dead-code-4.rs
AgeCommit message (Collapse)AuthorLines
2019-11-16Use "field is never read" instead of "field is never used"cosine-5/+5
2019-10-26Move dead_code related tests to test/ui/dead-codePi Lanningham-0/+83
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