-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add missing trait implementations for ScopedJoinHandle #136912
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
Marking as needs-fcp and waiting on libs-api, since this is insta-stable. ACP approval doesn't suffice for new stable guarantees AFAIK. I think there might also be a soundness problem with these APIs? From docs:
AFAICT, the implementation of (Ideally we might want to add a Drop impl -- I think that would prevent moving out of a field like this PR does; and/or make into_inner unsafe). |
maybe we can split this trait in two parts, like it is done for windows |
We discussed this in today's @rust-lang/libs-api meeting. We agreed that all the impls that call That would be a blocker for (If that trait were sealed, we could split it in the standard library. But since it isn't sealed, we'd need a separate extension trait.) |
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
rust-lang/libs-team#537 (comment)