pub fn unreachable_code(explanation: Arguments<'_>) -> !
Expand description

Unreachable code.

A function that, in a release build, allows the compiler to optimize away the code path calling this function.