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