]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum
authorkennytm <kennytm@gmail.com>
Wed, 14 Feb 2018 08:14:38 +0000 (16:14 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 14 Feb 2018 10:25:16 +0000 (18:25 +0800)
commit3bcaaf47a1a79db109d97df7f68ac647a78f4141
tree4946ad2c2c0ddcec895c396fa4716e6efdbb44ca
parent83bed7d3a7f388422cced710ec5cc82a185c1345
parent45d5a420ada9c11f61347fd4c63c7f0234adaea7
Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum

Correct a few stability attributes

* `core_float_bits`, `duration_core`, `path_component_asref`, and `repr_align` were stabalized in 1.25.0 not 1.24.0.
* Impls for `NonNull` involving unstable things should remain unstable.
* `Duration` should remain stable since 1.3.0 so it appears correctly in the `std` docs.
* `cursor_mut_vec` is an impl on only stable things so should be marked stable.
src/libsyntax/feature_gate.rs