mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:46:46 +00:00
Stabilise unix_process_wait_more, extra ExitStatusExt methods This stabilises the feature `unix_process_wait_more`. Tracking issue #80695, FCP needed. This was implemented in #79982 and merged in January.