-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize LocalKey::try_with #48585
Stabilize LocalKey::try_with #48585
Conversation
Thanks! Looks like there may be a tidy error though? |
I had to switch Should be ok now. |
Oh hm looks like libstd is still using the deprecated items? |
Passes on Travis now. It seems Do you think I should purge |
Nah I'd actually personally be on board with a complete removal of |
@bors: r+ |
📌 Commit 27fae2b has been approved by |
Looks like a libstd test may be failing? |
Fixed. It was just a silly mistake - I accidentally deleted the |
@bors: r+ |
📌 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? Closes rust-lang#27716 r? @alexcrichton
The
LocalKey::try_with
method is now stabilized.LocalKey::state
andLocalKeyState
marked as deprecated. Although, is there any reason to keep them - should we perhaps remove them completely?Closes #27716
r? @alexcrichton