bug

Macro bug 

Source
macro_rules! bug {
    () => { ... };
    ($descr:literal) => { ... };
}
Expand description

unreachable!(), but better.