8 lines
86 B
Rust
8 lines
86 B
Rust
#[derive(defmt::Format)]
|
|
struct S {
|
|
#[defmt(FooBar)]
|
|
f: bool,
|
|
}
|
|
|
|
fn main() {}
|