rust/tests/ui/lint-group-denied-lint-allowed.rs

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

7 lines
92 B
Rust
Raw Normal View History

// check-pass
// compile-flags: -D unused -A unused-variables
fn main() {
let x = 1;
}