]> git.proxmox.com Git - rustc.git/blob - tests/ui/panic-runtime/bad-panic-flag1.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / panic-runtime / bad-panic-flag1.rs
1 // compile-flags:-C panic=foo
2 // error-pattern:either `unwind` or `abort` was expected
3
4 fn main() {}