1//! Defines the diagnostics produced by the parser. 2 3mod diagnostics; 4pub use diagnostics::*; 5mod diagnostic_kind; 6pub use diagnostic_kind::*;