-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.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.
Description
Arc<T>
implements both UnwindSafe
and RefUnwindSafe
(though maybe it only gets RefUnwindSafe
because all of it's members happen to implement RefUnwindSafe
).
Whereas Rc<T>
only implements UnwindSafe
. This seems like an oversight.
https://play.rust-lang.org/?gist=0d89773218a347569615e1bea7b352f6&version=nightly
chabapok
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.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.