blob: 438f1d85a28114ccfe8fa2af33f50543c3f47d24 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// build-fail
// dont-check-compiler-stderr
// error-pattern:is not compiled with this crate's panic strategy `abort`
// aux-build:panic-runtime-unwind.rs
// aux-build:wants-panic-runtime-unwind.rs
// compile-flags:-C panic=abort
extern crate wants_panic_runtime_unwind;
fn main() {}
|