Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
panic-runtime
/
auxiliary
/
wants-panic-runtime-unwind.rs
blob: bae2740d306de41b8518daee9ee108f0f0cc03c4 [
file
] [
log
] [
blame
]
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
#![
no_std
]
extern
crate panic_runtime_unwind
;