mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
9 lines
237 B
Rust
9 lines
237 B
Rust
// build-fail
|
|
// dont-check-compiler-stderr
|
|
// error-pattern:is not compiled with this crate's panic strategy `abort`
|
|
// aux-build:panic-runtime-unwind.rs
|
|
// compile-flags:-C panic=abort
|
|
|
|
extern crate panic_runtime_unwind;
|
|
|
|
fn main() {}
|