Closed
Description
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
Labels
No labels