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