]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/lint-group-forbid-always-trumps-cli.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / ui-fulldeps / lint-group-forbid-always-trumps-cli.rs
1 // aux-build:lint-group-plugin-test.rs
2 // compile-flags: -F unused -A unused
3
4 fn main() {
5     let x = 1;
6     //~^ ERROR unused variable: `x`
7 }