Function sp_io::unreachable
source ยท pub fn unreachable() -> !Expand description
Crashes the execution of the program.
Equivalent to the WASM unreachable instruction, RISC-V unimp instruction,
or just the unreachable!() macro everywhere else.