std::core::builtin

unreachable

macro void unreachable(String string = "Unreachable statement reached.", ...) @builtin @noreturn
Marks the path as unreachable. This will panic in safe mode, and in fast will simply be assumed
never happens.

Parameters