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