Function lrs::intrinsics::abort

Aborts the process.

Syntax

unsafe extern "rust-intrinsic" fn abort() -> !

Remarks

You should never use this function directly since it can cause strange code generation even in unoptimized builds. Instead use lrs_abort which simply calls this function.

See also