Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
tests
/
run-make
/
locate-panic-runtime
/
lib.rs
blob: e85363beaf4086887d1602c9bb1567fdfbb9e842 [
file
]
#![
feature
(
no_core
)]
#![
no_std
]
#![
no_core
]
#![
crate_type
=
"dylib"
]
extern
crate std
;
#[
panic_handler
]
fn
panic
(
_
:
&
std
::
PanicInfo
)
->
!
{
loop
{}
}