rust/tests/ui/panic-runtime/bad-panic-flag1.rs
2025-09-21 13:12:18 -04:00

6 lines
168 B
Rust

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