Tracking Issue for extra unix ExitStatusExt methods #80695
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(unix_process_wait_more)]
This is a tracking issue for a collection of logically necessary but previously missing methods on
ExitStatusExt
, the Unix-specific extension trait forExitStatus
.Public API
Steps / History
ExitStatusExt
trait on both Unix and WindowsUnresolved Questions
other than the breakage risk due to sealing this trait.the trait has been sealed for some time now.The text was updated successfully, but these errors were encountered: