Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
panics
/
explicit-panic.rs
blob: 7c69289940e49f80ce1fc5b01d8f9977cb04993f [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:explicit
//@ needs-subprocess
fn
main
()
{
panic
!();
}