Function lrs::intrinsics::unreachable

Informs the optimizer that the execution cannot reach this point.

Syntax

unsafe extern "rust-intrinsic" fn unreachable() -> !

Remarks

If it can reach this point, the behavior is undefined.