mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
b3550891e8
Make ExitStatus implement Default And, necessarily, make it inhabited even on platforms without processes. I noticed while preparing https://github.com/rust-lang/rfcs/pull/3362 that there was no way for anyone to construct an `ExitStatus`. This would be insta-stable so needs an FCP.