]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/bad-panic-flag1.rs
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[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() {}