Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
6d71251cf9e40326461f90f8ff9a7024706aea87
/
.
/
tests
/
ui
/
panic-runtime
/
want-abort-got-unwind.rs
blob: ad9fa52f3d44df3b1c6ef45c20489a3caab89555 [
file
] [
log
] [
blame
]
//@ 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
()
{}