1 2 3 4 5 6 7 8
#[derive(defmt::Format)] struct S { #[defmt(Debug2Format)] #[defmt()] f: bool, } fn main() {}