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