rust/tests/ui/panic-runtime/bad-panic-flag1.rs

6 lines
148 B
Rust

//@ compile-flags:-C panic=foo
fn main() {}
//~? ERROR incorrect value `foo` for codegen option `panic` - either `unwind` or `abort` was expected