]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/want-abort-got-unwind.rs
Rollup merge of #68014 - estebank:unify-e0599, r=cramertj
[rust.git] / src / test / compile-fail / want-abort-got-unwind.rs
1 // error-pattern:is not compiled with this crate's panic strategy `abort`
2 // aux-build:panic-runtime-unwind.rs
3 // compile-flags:-C panic=abort
4
5 extern crate panic_runtime_unwind;
6
7 fn main() {}