Macro debug_unreachable::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.