Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
panic-runtime
/
need-abort-got-unwind.rs
blob: e92400931d231d0f8f9b9711f8f31dea2b6322ab [
file
] [
log
] [
blame
]
// build-fail
// needs-unwind
// error-pattern:is incompatible with this crate's strategy of `unwind`
// aux-build:needs-abort.rs
extern
crate needs_abort
;
fn
main
()
{}