Function exit

Source
pub unsafe fn exit(status: int) -> !
Expand description

Immediately terminate the current thread, without giving Rust or libc any opportunity to run destructors or other cleanup code.