Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std: Add a process::exit function #23907

Merged
merged 1 commit into from
Apr 1, 2015
Merged

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
Collaborator

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
Member

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