Skip to content

Add asserts for UnwindSafe and RefUnwindSafe in async_send_sync.rs #7413

Open
@Darksonn

Description

@Darksonn

To avoid unintentionally changing auto traits, we have a test called tokio/tests/async_send_sync.rs that lists the auto traits for every public type. However, this test does not mention the two unwind safety auto traits, so they should be added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-tokioArea: The main tokio crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions