Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
deprecation
/
deprecated_main_function.rs
blob: 398046637d803b1986d3a2ee02a65f0c5faa314c [
file
] [
log
] [
blame
]
//@ run-pass
//@ compile-flags:-Zforce-unstable-if-unmarked
#[
deprecated
]
// should work even with -Zforce-unstable-if-unmarked
fn
main
()
{}