function abort

@llvm_intrinsic(trap)
fn abort() -> ! { .. }
Expand

Traps the processor, or, if no such instruction exists, aborts the process.

See More: llvm.trap