summary refs log tree commit diff
path: root/src/test/ui/lint/dead-code/const-and-self.rs
AgeCommit message (Collapse)AuthorLines
2021-01-23Do not mark unit variants as used when in path patternTomasz Miąsko-1/+20
Record that we are processing a pattern so that code responsible for handling path resolution can correctly decide whether to mark it as used or not.
2019-10-26Move dead_code related tests to test/ui/dead-codePi Lanningham-0/+35
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