summary refs log tree commit diff
path: root/src/test/run-pass/process-exit.rs
AgeCommit message (Collapse)AuthorLines
2015-03-31std: Add a process::exit functionAlex Crichton-0/+31
This commit is an implementation of [RFC #1011][rfc] which adds an `exit` function to the standard library for immediately terminating the current process with a specified exit code. [rfc]: https://github.com/rust-lang/rfcs/pull/1011