bug

Macro bug 

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