Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
deprecation-in-force-unstable.rs
blob: 6aaf29b069a65112b12ef9f9ade4c646b85cfb9d [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ compile-flags:-Zforce-unstable-if-unmarked
#[
deprecated
]
// should work even with -Zforce-unstable-if-unmarked
fn
main
()
{
}