mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +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.