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