Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
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
()
{}