You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.