nstd_core_abort

Function nstd_core_abort 

Source
#[unsafe(no_mangle)]
pub const extern "C" fn nstd_core_abort() -> !
Available on crate feature core only.
Expand description

Terminates the program immediately in an abnormal fashion.

This operation will never return.

ยงPanics

This operation will always panic.