Macro bug
macro_rules! bug {
() => { ... };
($($arg:tt)+) => { ... };
}
Like 'unimplemented' but shorter to type.
bugmacro_rules! bug {
() => { ... };
($($arg:tt)+) => { ... };
}
Like 'unimplemented' but shorter to type.