Macro error

Source
macro_rules! error {
    ($text:tt, $($args:tt)*) => { ... };
    ($text:tt) => { ... };
}