Skip to content

Rc<T> does not implement RefUnwindSafe #45924

Description

@mtak-

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

C-enhancementCategory: An issue proposing an enhancement or a PR with one.T-libs-api[DEPRECATED; DO NOT USE]

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions