Function lrs::intrinsics::lrs_abort

Aborts the process.

Syntax

fn lrs_abort() -> !

Remarks

This function is called by the abort! macro and exists for easier debugging as calling the abort intrinsic directly can cause the code to be modified even without optimization enabled.