Skip to content

std: Add a process::exit function - #23907

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:impl-exit
Apr 1, 2015
Merged

std: Add a process::exit function#23907
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:impl-exit

Conversation

@alexcrichton

Copy link
Copy Markdown
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
Copy Markdown
Contributor

r? @brson

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

@alexcrichton

Copy link
Copy Markdown
Member Author

r? @aturon

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

aturon commented Mar 31, 2015

Copy link
Copy Markdown
Contributor

@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