]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 1 Mar 2018 07:33:33 +0000 (23:33 -0800)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 1 Mar 2018 17:29:41 +0000 (09:29 -0800)
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 #27716

r? @alexcrichton


Trivial merge