Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
panic-runtime
/
auxiliary
/
needs-immediate-abort.rs
blob: 4a41d16faa08076974f8be9bc1340c6ee38010ce [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:-C panic=immediate-abort -Zunstable-options
//@ no-prefer-dynamic
#![
feature
(
no_core
)]
#![
crate_type
=
"rlib"
]
#![
no_std
]
#![
no_core
]