Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
panic_implementation-closures.rs
blob: b96125aa952605c07b5ea7ecd09e8ae65db1f62c [
file
] [
log
] [
blame
]
// build-pass (FIXME(62277): could be check-pass?)
#![
crate_type
=
"rlib"
]
#![
no_std
]
#[
panic_handler
]
pub
fn
panic_fmt
(
_
:
&::
core
::
panic
::
PanicInfo
)
->
!
{
|
x
:
u8
|
x
;
loop
{}
}