Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
main-removed-2
/
main.rs
blob: e4a3de79ec99d312e70cab70bee2efea25714785 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:tokyo.rs
//@ compile-flags:--extern tokyo
//@ edition:2021
use
tokyo
::
main
;
#[
main
]
fn
main
()
{
panic
!(
"the #[main] macro should replace this with non-panicking code"
)
}