-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add UnwindSafe
to Once
#90625
Add UnwindSafe
to Once
#90625
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @yaahc (or someone else) soon. Please see the contribution instructions for more information. |
r? rust-lang/libs |
This comment has been minimized.
This comment has been minimized.
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.
This needs a manual RefUnwindSafe
impl as well.
@rust-lang/libs-api: All of the |
Team member @dtolnay has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
@bors r+ |
📌 Commit 91161ed has been approved by |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#90625 (Add `UnwindSafe` to `Once`) - rust-lang#92121 (disable test with self-referential generator on Miri) - rust-lang#92166 (Fixed a small typo in ui test comments) - rust-lang#92203 (Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`) - rust-lang#92231 (Update books) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #43469