summary refs log tree commit diff
path: root/src/test/ui/lint/dead-code/lint-dead-code-3.rs
AgeCommit message (Collapse)AuthorLines
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-1/+1
Also, run RustFmt on the clashing_extern_fn test case and update stderrs.
2020-06-20Update existing test cases.jumbatm-0/+1
- Allow ClashingExternDecl for lint-dead-code-3 - Update test case for #5791 - Update test case for #1866 - Update extern-abi-from-macro test case
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-2/+2
2019-10-26Move dead_code related tests to test/ui/dead-codePi Lanningham-0/+78
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