mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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".