DEBSOURCES
Skip Quicknav
sources / rust-defmt / 0.3.10-2 / tests / ui / write-invalid-hint.rs
123456789
struct S; impl defmt::Format for S { fn format(&self, f: defmt::Formatter) { defmt::write!(f, "{=u8:dunno}", 42) } } fn main() {}