Function unreachable

pub fn unreachable() -> never

Generates the unreachable instruction, which causes an unconditional trap.

This function is safe to call and immediately aborts the execution.