-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
regression: Rc implements RefUnwindSafe #91869
Copy link
Copy link
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
#87467 added an impl of RefUnwindSafe to Rc, which was detected as breaking these crates:
This seems likely to be treated as acceptable breakage (the crate in this case is specifically asserting not implementing the trait), but want to confirm that.