Skip to content

Commit

Permalink
Clarify that exit(0) is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 26, 2015
1 parent d33dd64 commit fc47393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-process-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ calls `env::set_exit_status`, then the process is not guaranteed to exit with
that status (e.g. Rust was called from C).

The purpose of this RFC is to provide at least one method on the path to
stabilization which will provide a method to exit a process with a nonzero exit
code.
stabilization which will provide a method to exit a process with an arbitrary
exit code.

# Detailed design

Expand Down

0 comments on commit fc47393

Please sign in to comment.