rustmax

Macro bug

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

Like ‘unimplemented’ but shorter to type.