You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#106425 - ijackson:exit-status-default, r=dtolnay
Make ExitStatus implement Default
And, necessarily, make it inhabited even on platforms without processes.
I noticed while preparing rust-lang/rfcs#3362 that there was no way for anyone to construct an `ExitStatus`.
This would be insta-stable so needs an FCP.
0 commit comments