]> git.lizzy.rs Git - rust.git/commit
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)
commitb812b77094adf7a6a0daf8495718f44fbcaf5daa
tree0b4603e0384ee0e18b5d4e103693338e88b63445
parent8025e1555c60e5f542ab4541a55ca540495290f7
parentcb56b2d1522e83c5bb0613abcf78b686e994df9e
Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, 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 #27716

r? @alexcrichton