rustc/tests/ui/lint/lint-forbid-cmdline.rs
2024-06-21 09:39:33 +02:00

6 lines
110 B
Rust

//@ compile-flags: -F deprecated
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
fn main() {
}