time::internal_macros

Macro bug

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

unreachable!(), but better.