Files
rust/library/std/src
Ian Jackson 848a38ac9d Manual Debug for Unix ExitCode ExitStatus ExitStatusError
These structs have misleading names.  An ExitStatus[Error] is actually
a Unix wait status; an ExitCode is actually an exit status.

The Display impls are fixed, but the Debug impls are still misleading,
as reported in #74832.

Fix this by pretending that these internal structs are called
`unix_exit_status` and `unix_wait_status` as applicable.  (We can't
actually rename the structs because of the way that the cross-platform
machinery works: the names are cross-platform.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2021-08-24 19:24:07 +01:00
..
2021-06-13 14:00:15 -04:00
2021-06-13 14:00:15 -04:00
2021-08-22 15:35:11 +02:00
2021-05-19 15:52:09 +02:00
2021-08-17 00:37:52 -07:00
2021-08-17 07:15:54 +00:00
2021-08-01 11:19:24 -04:00
2021-06-22 10:20:56 +01:00
2021-06-19 11:46:56 +03:00