pub fn trap() -> !Expand description
Abnormally terminate the program by generating a trap instruction.
This is semantically equivalent to the LLVM llvm.trap intrinsic.
One advantage over calling the abort function is that
the caller code-size is often smaller.