Crate debug_unreachable [] [src]

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

Macros

debug_unreachable!

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

Functions

__unreachable

Hint to the optimizer that any code path which calls this function is statically unreachable and can be removed.