Skip to content

I/O objects should be Freeze #12139

Closed
Closed
@alexcrichton

Description

@alexcrichton

All of I/O uses inherited mutability, so the I/O objects themselves should be Freeze. The reason that they aren't right now is because the trait objects underneath all of them are Send, not Send + Freeze.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions