std: Remove old_io/old_path from the prelude#23470
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_iotraits as well asold_pathtypesand traits from the prelude. This functionality is now all deprecated and needs
to be removed to make way for other functionality like
Seekin thestd::iomodule (currently reexported as
NewSeekin the io prelude).Closes #23377
Closes #23378