rust/tests/ui/panics/explicit-panic.rs

8 lines
90 B
Rust

//@ run-fail
//@ error-pattern:explicit
//@ needs-subprocess
fn main() {
panic!();
}