mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 17:04:13 +00:00
8 lines
90 B
Rust
8 lines
90 B
Rust
//@ run-fail
|
|
//@ error-pattern:explicit
|
|
//@ needs-subprocess
|
|
|
|
fn main() {
|
|
panic!();
|
|
}
|