Macro time::internal_macros::bug
source ยท macro_rules! bug { () => { ... }; ($descr:literal $($rest:tt)?) => { ... }; }
Expand description
unreachable!()
, but better.
macro_rules! bug { () => { ... }; ($descr:literal $($rest:tt)?) => { ... }; }
unreachable!()
, but better.