Files
rust/tests/ui/deprecation/deprecated_main_function.rs

6 lines
142 B
Rust
Raw Normal View History

//@ run-pass
//@ compile-flags:-Zforce-unstable-if-unmarked
#[deprecated] // should work even with -Zforce-unstable-if-unmarked
2025-06-08 19:09:38 +05:00
fn main() {}