rust/tests/ui/panic-runtime/bad-panic-flag1.rs
2023-01-11 09:32:08 +00:00

5 lines
101 B
Rust

// compile-flags:-C panic=foo
// error-pattern:either `unwind` or `abort` was expected
fn main() {}