rust/tests/ui-fulldeps/lint-group-forbid-always-trumps-cli.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
143 B
Rust
Raw Normal View History

// aux-build:lint-group-plugin-test.rs
// compile-flags: -F unused -A unused
fn main() {
let x = 1;
//~^ ERROR unused variable: `x`
}