about summary refs log tree commit diff
path: root/tests/ui/enum_glob_use.rs
AgeCommit message (Collapse)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-09rustfmt testsMatthias Krüger-5/+1
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29Adapt ui-tests to the tool_lintsflip1995-3/+3
2018-03-27Fix enum_glob_use false positivesMichael Wright-0/+6
Closes #2397. This checks the def of the `ItemUse` path instead of checking the capitalization of the path segements. It was noted that this def would sometimes be `Def::Mod` instead of `Def::Enum` but it seems correct now.
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+26
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-26/+0
2017-02-08remove all //~ from testsOliver Schneider-2/+2
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+26