rustc/tests/ui/panic-runtime/bad-panic-flag1.rs
2023-08-02 10:33:26 +02:00

5 lines
101 B
Rust

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