Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
crate-circular-deps-link
/
b.rs
blob: 4d6af0266563bddc124cb1e5710bd744ce027e4d [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"rlib"
]
#![
feature
(
alloc_error_handler
)]
#![
no_std
]
#[
alloc_error_handler
]
pub
fn
error_handler
(
_
:
core
::
alloc
::
Layout
)
->
!
{
panic
!();
}