mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
74e74e9df8
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".