Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
panics
/
explicit-panic.rs
blob: 34e952ef68f9b95495832f3cdd2a212eb12ea2bd [
file
] [
log
] [
blame
] [
edit
]
//@ run-fail
//@ error-pattern:explicit
//@ ignore-emscripten no processes
fn
main
()
{
panic
!();
}