pub fn unreachable() -> !
Crashes the execution of the program.
Equivalent to the WASM unreachable instruction, RISC-V unimp instruction, or just the unreachable!() macro everywhere else.
unreachable
unimp
unreachable!()