rust/src/test/ui/lint-cap.rs

9 lines
100 B
Rust

// run-pass
// compile-flags: --cap-lints allow
#![deny(warnings)]
use std::option;
fn main() {}