]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-runtime/bad-panic-flag1.rs
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
[rust.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() {}