summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint-group-forbid-always-trumps-cli.rs
blob: 77b792f98d5b1fb6fdbd8edf8bed158a121f9d40 (plain)
1
2
3
4
5
6
// compile-flags: -F unused -A unused

fn main() {
    let x = 1;
    //~^ ERROR unused variable: `x`
}