Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
panic-runtime
/
auxiliary
/
wants-panic-runtime-unwind.rs
blob: d5f0102196f48b353956e030abc0ea611d51d7b3 [
file
] [
log
] [
blame
]
// no-prefer-dynamic
#![
crate_type
=
"rlib"
]
#![
no_std
]
extern
crate panic_runtime_unwind
;