mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 16:58:52 +00:00
Fixes to ExitStatus and its docs * On Unix, properly display every possible wait status (and don't panic on weird values) * In the documentation, be clear and consistent about "exit status" vs "wait status".