* when I `use defmt::*`, uses of `#[bitfield()]` generate > `debug_assert` is ambiguous > ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution > consider adding an explicit import of `debug_assert` to disambiguate even when I turn debugging off with `#[bitfield(debug = false)]`