Function nudge::unreach[][src]

pub unsafe fn unreach() -> !
Expand description

Tells the compiler this code is unreachable.

This is identical to core::hint::unreachable_unchecked and is provided only for completeness.