]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #52850 - SimonSapin:unstablize, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 31 Jul 2018 09:08:33 +0000 (09:08 +0000)
committerbors <bors@rust-lang.org>
Tue, 31 Jul 2018 09:08:33 +0000 (09:08 +0000)
Revert "Stabilize to_bytes and from_bytes for integers."

This reverts commit c8f9b84b393915a48253e3edc862c15a9b7152a7 / PR https://github.com/rust-lang/rust/pull/51835, and reopens the tracking issue https://github.com/rust-lang/rust/issues/49792.

These methods were stabilized in Rust 1.29, which is still in Nightly as of this writing. So my understanding is that it is still time to change our minds. Given the ongoing discussion in https://github.com/rust-lang/rust/pull/51919 about possibly renaming these APIs and since 1.29 goes to beta soon, I’d like to revert this stabilization for now until a decision is made in that PR. It’s possible that a decision will be made in time for 1.29, but there is no urgency. At most I expect this functionality to make it into 1.30.


Trivial merge