Macro copious_debugging

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