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