Macro error

Source
macro_rules! error {
    ($time:expr; $($tts:tt)*) => { ... };
    ($($tts:tt)*) => { ... };
}