Uh oh!
There was an error while loading. Please reload this page.
std: Remove old_io/old_path from the prelude - #23470
Conversation
rust-highfive
commented
Mar 18, 2015
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
Mar 18, 2015
☔ The latest upstream changes (presumably #22838) made this pull request unmergeable. Please resolve the merge conflicts. |
aturon
commented
Mar 18, 2015
Delighted that this day has come! r=me after a rebase |
alexcrichton
commented
Mar 18, 2015
@bors: r=aturon |
bors
commented
Mar 18, 2015
📌 Commit 47cb40d has been approved by |
bors
commented
Mar 19, 2015
⌛ Testing commit 47cb40d with merge e4e647e... |
bors
commented
Mar 19, 2015
💔 Test failed - auto-win-32-opt |
alexcrichton
commented
Mar 19, 2015
@bors: r=aturon e4e647e |
bors
commented
Mar 19, 2015
🙀 |
alexcrichton
commented
Mar 19, 2015
@bors: r=aturon c3eb592 |
bors
commented
Mar 20, 2015
⌛ Testing commit c3eb592 with merge 52830ab... |
bors
commented
Mar 20, 2015
💔 Test failed - auto-win-32-opt |
alexcrichton
commented
Mar 20, 2015
@bors: r=aturon b962ec0 |
bors
commented
Mar 20, 2015
⌛ Testing commit b962ec0 with merge d5c590a... |
bors
commented
Mar 20, 2015
💔 Test failed - auto-win-32-opt |
alexcrichton
commented
Mar 20, 2015
@bors: r=aturon bc09a97 |
bors
commented
Mar 20, 2015
⌛ Testing commit bc09a97 with merge d56eb07... |
bors
commented
Mar 20, 2015
💔 Test failed - auto-mac-64-opt |
alexcrichton
commented
Mar 20, 2015
@bors: r=aturon e8daec8 |
bors
commented
Mar 21, 2015
⌛ Testing commit e8daec8 with merge eaf8fe0... |
bors
commented
Mar 21, 2015
💔 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). Closesrust-lang#23377Closesrust-lang#23378
alexcrichton
commented
Mar 21, 2015
bors
commented
Mar 21, 2015
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#23377Closes#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