Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
panic-runtime
/
need-unwind-got-abort.rs
blob: 6752ecf90d2f7b170bff9c70db1e1ce67c518b83 [
file
] [
log
] [
blame
]
// build-fail
// error-pattern:is incompatible with this crate's strategy of `abort`
// aux-build:needs-unwind.rs
// compile-flags:-C panic=abort
// no-prefer-dynamic
extern
crate needs_unwind
;
fn
main
()
{}