Uh oh!
There was an error while loading. Please reload this page.
Conversation
alexcrichton
commented
Feb 27, 2018
Thanks! Looks like there may be a tidy error though? |
ghost
commented
Feb 27, 2018
I had to switch Should be ok now. |
alexcrichton
commented
Feb 28, 2018
Oh hm looks like libstd is still using the deprecated items? |
ghost
commented
Feb 28, 2018
Passes on Travis now. It seems Do you think I should purge |
alexcrichton
commented
Feb 28, 2018
Nah I'd actually personally be on board with a complete removal of |
alexcrichton
commented
Feb 28, 2018
@bors: r+ |
bors
commented
Feb 28, 2018
📌 Commit 27fae2b has been approved by |
alexcrichton
commented
Feb 28, 2018
Looks like a libstd test may be failing? |
Fixed. It was just a silly mistake - I accidentally deleted the |
alexcrichton
commented
Mar 1, 2018
@bors: r+ |
bors
commented
Mar 1, 2018
📌 Commit cb56b2d has been approved by |
…h, r=alexcrichton Stabilize LocalKey::try_with The `LocalKey::try_with` method is now stabilized. `LocalKey::state` and `LocalKeyState` marked as deprecated. Although, is there any reason to keep them - should we perhaps remove them completely? Closesrust-lang#27716 r? @alexcrichton
The
LocalKey::try_withmethod is now stabilized.LocalKey::stateandLocalKeyStatemarked as deprecated. Although, is there any reason to keep them - should we perhaps remove them completely?Closes#27716
r? @alexcrichton