Macro error

Source
macro_rules! error {
    ($fmt:literal $(, $fmt_arg:expr)*) => { ... };
}