DEBSOURCES
Skip Quicknav
sources / rust-defmt / 0.3.10-2 / tests / ui / panic-handler-export-name.rs
12345678
#![no_main] #![no_std] #[defmt::panic_handler] #[export_name = "hello"] fn foo() -> ! { loop {} }