Sign in
rust
/
cargo
/
HEAD
/
.
/
tests
/
testsuite
/
mock-std
/
library
/
panic_unwind
/
src
/
lib.rs
blob: 6af65d87507af9030b1f1467725eb93a88c8f0b4 [
file
] [
log
] [
blame
]
#![
feature
(
panic_unwind
,
panic_runtime
)]
#![
panic_runtime
]
#![
no_std
]
extern
crate panic_unwind
;