Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
4b3ece475d6e77465a30c8b53d7e1e9e861e4b79
/
.
/
tests
/
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
{}
}