Files
Notes/notes-service/vendor/defmt/tests/ui/panic-handler-empty.rs
T
2026-08-01 16:11:49 +03:00

6 lines
60 B
Rust

#![no_main]
#![no_std]
#[defmt::panic_handler]
fn foo() {}