function exit

fn exit(code: u32) -> ! { .. }
Expand

Exits the process. Does not run mira destructors (std::drop::Drop)