DEBSOURCES
Skip Quicknav
sources / rust-defmt / 0.3.10-2 / tests / ui / panic-handler-no-mangle.rs
12345678
#![no_main] #![no_std] #[defmt::panic_handler] #[no_mangle] fn panic() -> ! { loop {} }