rust/tests/ui/lint/lint-forbid-cmdline.rs
2024-02-16 20:02:50 +00:00

6 lines
110 B
Rust

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