summary refs log tree commit diff
path: root/src/test/run-pass/deprecation-in-force-unstable.rs
blob: b3509734ffcbca7d71175c5eb12fa561e14550c2 (plain)
1
2
3
4
// compile-flags:-Zforce-unstable-if-unmarked

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