pub type WarningInfo = BTreeMap<WarningKind, Vec<Warning>>;
Information about warnings
pub struct WarningInfo { /* private fields */ }