]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/bad-panic-flag1.rs
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / 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() {}