bug

Macro bug 

Source
macro_rules! bug {
    ($message:literal) => { ... };
    ($message:literal, $($arg:tt)*) => { ... };
}