Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
panic-runtime
/
want-abort-got-unwind.rs
blob: ad9fa52f3d44df3b1c6ef45c20489a3caab89555 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}