Files
rust/tests/ui/panics/main-panic.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
121 B
Rust
Raw Normal View History

2020-04-16 15:50:32 +09:00
//@ run-fail
//@ regex-error-pattern: thread 'main' \(\d+\) panicked at
//@ needs-subprocess
fn main() {
panic!()
}