Macro error_report

Source
macro_rules! error_report {
    ($s:literal) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}