Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
panic-runtime
/
want-abort-got-unwind.rs
blob: e33c3bcc3f0246645b14a0342629d6495b80d84c [
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
()
{}