Files
Notes/notes-service/vendor/defmt/tests/ui/derive-multi-attr.stderr
T
2026-08-01 16:11:49 +03:00

8 lines
179 B
Plaintext

error: multiple `defmt` attributes not supported
--> $DIR/derive-multi-attr.rs:3:5
|
3 | / #[defmt(Debug2Format)]
4 | | #[defmt()]
5 | | f: bool,
| |___________^