-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Into<ExitStatus> for ExitStatusError
to From<ExitStatusError> for ExitStatus
in std::process
#114428
Conversation
…or> for ExitStatus` in `std::process`
r? @thomcc (rustbot has picked a reviewer for you, use r? to override) |
This needs libs-api FCP, and possibly ACP. r? libs-api |
Rerolling because @BurntSushi doesn't review libs PRs (we should get a better system for this). r? libs-api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
ExitStatusError is unstable (#84908) so there should be no difference here to stable surface area of the standard library — I don't think an FCP is needed.
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c01d8d2): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 630.726s -> 630.425s (-0.05%) |
Implementing suggestion from #84908 (comment):