[go: up one dir, main page]

Function loom::hint::unreachable_unchecked[][src]

pub unsafe fn unreachable_unchecked() -> !

Informs the compiler that this point in the code is not reachable, enabling further optimizations.

Loom’s wrapper of this function unconditionally panics.