unreach

Function unreach 

Source
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.