]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic-runtime/bad-panic-flag1.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[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() {}