]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-group-denied-lint-allowed.rs
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
[rust.git] / src / test / ui-fulldeps / lint-group-denied-lint-allowed.rs
1 // aux-build:lint-group-plugin-test.rs
2 // check-pass
3 // compile-flags: -D unused -A unused-variables
4
5 fn main() {
6     let x = 1;
7 }