about summary refs log tree commit diff
path: root/tests/ui/deprecation-in-force-unstable.rs
blob: 6aaf29b069a65112b12ef9f9ade4c646b85cfb9d (plain)
1
2
3
4
5
//@ run-pass
//@ compile-flags:-Zforce-unstable-if-unmarked

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