Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
rustdoc-ui
/
issues
/
issue-107918.rs
blob: 13788df0fc99697e5796e3474fb734b8be34a709 [
file
] [
log
] [
blame
]
// aux-build:panic-handler.rs
// compile-flags: --document-private-items
// build-pass
// ignore-windows
#![
no_std
]
#![
no_main
]
#[
panic_handler
]
fn
panic
(
_
:
&
core
::
panic
::
PanicInfo
)
->
!
{
loop
{}
}