diff options
| author | bors <bors@rust-lang.org> | 2023-10-16 02:06:01 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-16 02:06:01 +0000 | 
| commit | 58352c06497ac1cc8f7c49d30d6df967134efbaf (patch) | |
| tree | 53e6d71f6e6442475592b9379247c32da7ff5ad7 /compiler | |
| parent | 30d310cc1f7056fa9941b9f9c415d60091ed8fec (diff) | |
| parent | b149d16d3a48672a7cfb99d19e075ff8eef4846f (diff) | |
| download | rust-58352c06497ac1cc8f7c49d30d6df967134efbaf.tar.gz rust-58352c06497ac1cc8f7c49d30d6df967134efbaf.zip | |
Auto merge of #114589 - ijackson:exit-code-default, r=dtolnay
impl Default for ExitCode As suggested here https://github.com/rust-lang/rust/pull/106425#issuecomment-1382952598 Needs FCP since this is an insta-stable impl. Ideally we would have `impl From<ExitCode> for ExitStatus` and implement the default `ExitStatus` using that. That is sadly not so easy because of the various strange confusions about `ExitCode` (unix: exit status) vs `ExitStatus` (unix: wait status) in the not-really-unix platforms in `library//src/sys/unix/process`. I'll try to follow that up.
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions
