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