Skip to content

Conversation

alexcrichton
Copy link
Member

This commit is an implementation of RFC #1011 which adds an exit
function to the standard library for immediately terminating the current process
with a specified exit code.

Closes #23914

This commit is an implementation of [RFC rust-lang#1011][rfc] which adds an `exit`
function to the standard library for immediately terminating the current process
with a specified exit code.

[rfc]: rust-lang/rfcs#1011
@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned brson Mar 31, 2015
@aturon
Copy link
Contributor

aturon commented Mar 31, 2015

@bors: r+ 71982aa

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 31, 2015
This commit is an implementation of [RFC rust-lang#1011][rfc] which adds an `exit`
function to the standard library for immediately terminating the current process
with a specified exit code.

[rfc]: rust-lang/rfcs#1011

Closes rust-lang#23914
@bors bors merged commit 71982aa into rust-lang:master Apr 1, 2015
@alexcrichton alexcrichton deleted the impl-exit branch April 1, 2015 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking issue for process::exit (RFC 1011)
5 participants