-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
regression: Rc implements RefUnwindSafe #91869
Copy link
Copy link
Closed
Labels
T-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
T-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
#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.