Macro smallvec::debug_unreachable
source · [−]macro_rules! debug_unreachable {
() => { ... };
($e:expr) => { ... };
}
Expand description
panic!()
in debug builds, optimization hint in release.
macro_rules! debug_unreachable {
() => { ... };
($e:expr) => { ... };
}
panic!()
in debug builds, optimization hint in release.