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