Macro debug_unreachable::debug_unreachable [] [src]

macro_rules! debug_unreachable {
    () => { ... };
    ($e:expr) => { ... };
}

panic!() in debug builds, optimization hint in release.