rustc/tests/ui/lint/lint-cap.rs
2023-08-02 10:33:26 +02:00

9 lines
100 B
Rust

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