1 2 3 4 5
#![no_main] #![no_std] #[defmt::panic_handler] fn foo(x: bool) -> ! { info!("{:?}", x); loop {} }