1
Fork 0
rust/src/test/run-pass/deprecation-in-force-unstable.rs

5 lines
129 B
Rust
Raw Normal View History

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