https://doc.rust-lang.org/nightly/std/process/struct.ExitCode.html
Code added in #48497 (comment); changed to this issue in #48618
Creating this because ?-in-main (#43301) will probably stabilize first
This is very minimal so far, and hasn't had an RFC. IRLO thread for what it should be.
Unresolved Questions
https://doc.rust-lang.org/nightly/std/process/struct.ExitCode.html
Code added in #48497 (comment); changed to this issue in #48618
Creating this because
?-in-main(#43301) will probably stabilize firstThis is very minimal so far, and hasn't had an RFC. IRLO thread for what it should be.
Unresolved Questions
PartialEqor addis_success()/is_failure()methods to ExitCode? Brought up in Change Termination::report return type to ExitCode #93442 (comment) and in the resolved comment thread initiated by @scottmcm in that same thread