]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
src/libsyntax/feature_gate.rs

Simple merge