Files
2026-08-01 16:11:49 +03:00

8 lines
80 B
Rust

#[derive(defmt::Format)]
struct S {
#[defmt()]
f: bool,
}
fn main() {}