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