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

Macro that indicates there is a bug in the program, but doesn’t panic.