Function core::arch::wasm32::unreachable1.37.0[][src]

pub fn unreachable() -> !
This is supported on WebAssembly only.
Expand description

生成 unreachable 指令,这会导致无条件的 trap

这个函数对调用是安全的,并立即中止执行。