time_macros

Macro bug

source
macro_rules! bug {
    () => { ... };
    ($descr:literal $($rest:tt)?) => { ... };
}