Macro time::internal_macros::bug

source ·
macro_rules! bug {
    () => { ... };
    ($descr:literal $($rest:tt)?) => { ... };
}
Available on crate features formatting or parsing only.
Expand description

unreachable!(), but better.