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

6 lines
132 B
Rust

//@ compile-flags:-C panic
fn main() {}
//~? ERROR codegen option `panic` requires either `unwind`, `abort`, or `immediate-abort`