[][src]Function nudge::unreach

pub unsafe fn unreach() -> !

Tells the compiler this code is unreachable.

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