1//! Contains functions and macros for informing the user about events 2 3mod compile_error; 4pub use compile_error::*;