Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
panic-runtime
/
auxiliary
/
needs-abort.rs
blob: cba4907dbb6335df44dbdd4c703239bb28dba57d [
file
]
//@ compile-flags:-C panic=abort
//@ no-prefer-dynamic
#![
feature
(
no_core
)]
#![
crate_type
=
"rlib"
]
#![
no_std
]
#![
no_core
]