DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / rustdoc-ui / issues / auxiliary / panic-handler.rs
123456789
//@ compile-flags: -C panic=abort #![no_std] #![no_main] #[panic_handler] fn panic(_: &core::panic::PanicInfo) -> ! { loop {} }