Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
panic-runtime
/
auxiliary
/
depends.rs
blob: 7a35619b681336ff30871ad333382a4a9224d7d7 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
#![
feature
(
panic_runtime
)]
#![
crate_type
=
"rlib"
]
#![
panic_runtime
]
#![
no_std
]
extern
crate needs_panic_runtime
;