pub type WarningMap = BTreeMap<String, Vec<WarningKind>>;
pub struct WarningMap { /* private fields */ }