Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
panic-runtime
/
auxiliary
/
needs-panic-runtime.rs
blob: 3f030c169f6410ddfa4413756170ffb09a6cc3c2 [
file
]
// no-prefer-dynamic
#![
feature
(
needs_panic_runtime
)]
#![
crate_type
=
"rlib"
]
#![
needs_panic_runtime
]
#![
no_std
]