Function nudge::abort[][src]

pub fn abort() -> !
Expand description

The same as std::process::abort, but annotated as #[cold], nounwind, and usable in no_std environments.

In a no_std environment this generates a trap instruction.