Macro time::internal_macros::bug

source ยท
macro_rules! bug {
    () => { ... };
    ($descr:literal $($rest:tt)?) => { ... };
}
Expand description

unreachable!(), but better.