Skip to content

std::prelude::v1 still references old_path and old_io #23377

Closed
@lilyball

Description

@lilyball

std::prelude::v1 is still importing items from std::old_path and std::old_io, which are both now deprecated. The prelude should be updated to import the relevant items from std::path and std::io instead. std::prelude::v1 is already marked stable, which seems like a mistake given that it contained these old items. We could transition to a new std::prelude::v2, but it seems odd to do that before Rust 1.0, so I think we should accept that it was incorrectly stabilized and modify std::prelude::v1.

/cc @alexcrichton

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions