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