Function abort

Source
pub fn abort() -> !
Expand description

Executes the undefined instruction (UDF) and causes a CPU-level exception. See [core::intrinsics::abort()].