Files
Notes/notes-service/vendor/defmt/tests/ui/derive-invalid-attr-arg-item.rs
2026-08-01 16:11:49 +03:00

8 lines
82 B
Rust

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