rust/tests/ui/deprecation/deprecated_main_function.rs
2025-06-23 18:53:56 +05:00

6 lines
142 B
Rust

//@ run-pass
//@ compile-flags:-Zforce-unstable-if-unmarked
#[deprecated] // should work even with -Zforce-unstable-if-unmarked
fn main() {}