about summary refs log tree commit diff
path: root/tests/ui/panic-runtime/bad-panic-flag2.rs
blob: 4e34da217d7d200dac53c40d9c6ffec86aa07a1d (plain)
1
2
3
4
5
//@ compile-flags:-C panic

fn main() {}

//~? ERROR codegen option `panic` requires either `unwind`, `abort`, or `immediate-abort`