-
Notifications
You must be signed in to change notification settings - Fork 13.5k
std: Remove old_io/old_path from the prelude #23470
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #22838) made this pull request unmergeable. Please resolve the merge conflicts. |
Delighted that this day has come! r=me after a rebase |
a2d613a
to
47cb40d
Compare
@bors: r=aturon |
📌 Commit 47cb40d has been approved by |
⌛ Testing commit 47cb40d with merge e4e647e... |
💔 Test failed - auto-win-32-opt |
47cb40d
to
c3eb592
Compare
@bors: r=aturon e4e647e |
🙀 |
@bors: r=aturon c3eb592 |
⌛ Testing commit c3eb592 with merge 52830ab... |
💔 Test failed - auto-win-32-opt |
c3eb592
to
b962ec0
Compare
@bors: r=aturon b962ec0 |
⌛ Testing commit b962ec0 with merge d5c590a... |
💔 Test failed - auto-win-32-opt |
b962ec0
to
bc09a97
Compare
@bors: r=aturon bc09a97 |
⌛ Testing commit bc09a97 with merge d56eb07... |
💔 Test failed - auto-mac-64-opt |
bc09a97
to
e8daec8
Compare
@bors: r=aturon e8daec8 |
⌛ Testing commit e8daec8 with merge eaf8fe0... |
💔 Test failed - auto-mac-64-opt |
This commit removes the reexports of `old_io` traits as well as `old_path` types and traits from the prelude. This functionality is now all deprecated and needs to be removed to make way for other functionality like `Seek` in the `std::io` module (currently reexported as `NewSeek` in the io prelude). Closes rust-lang#23377 Closes rust-lang#23378
e8daec8
to
212e031
Compare
This commit removes the reexports of `old_io` traits as well as `old_path` types and traits from the prelude. This functionality is now all deprecated and needs to be removed to make way for other functionality like `Seek` in the `std::io` module (currently reexported as `NewSeek` in the io prelude). Closes #23377 Closes #23378
This commit removes the reexports of
old_io
traits as well asold_path
typesand traits from the prelude. This functionality is now all deprecated and needs
to be removed to make way for other functionality like
Seek
in thestd::io
module (currently reexported as
NewSeek
in the io prelude).Closes #23377
Closes #23378