File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use build_helper::output;
13
13
use crate :: Build ;
14
14
15
15
// The version number
16
- pub const CFG_RELEASE_NUM : & str = "1.36 .0" ;
16
+ pub const CFG_RELEASE_NUM : & str = "1.37 .0" ;
17
17
18
18
pub struct GitInfo {
19
19
inner : Option < Info > ,
Original file line number Diff line number Diff line change @@ -147,14 +147,13 @@ impl RawWakerVTable {
147
147
/// [`Waker`]: struct.Waker.html
148
148
/// [`RawWaker`]: struct.RawWaker.html
149
149
#[ rustc_promotable]
150
- #[ cfg_attr( stage0, unstable( feature = "futures_api_const_fn_ptr" , issue = "50547" ) ) ]
151
- #[ cfg_attr( not( stage0) , stable( feature = "futures_api" , since = "1.36.0" ) ) ]
150
+ #[ stable( feature = "futures_api" , since = "1.36.0" ) ]
152
151
// `rustc_allow_const_fn_ptr` is a hack that should not be used anywhere else
153
152
// without first consulting with T-Lang.
154
153
//
155
154
// FIXME: remove whenever we have a stable way to accept fn pointers from const fn
156
155
// (see https://github.com/rust-rfcs/const-eval/issues/19#issuecomment-472799062)
157
- #[ cfg_attr ( not ( stage0 ) , rustc_allow_const_fn_ptr) ]
156
+ #[ rustc_allow_const_fn_ptr]
158
157
pub const fn new (
159
158
clone : unsafe fn ( * const ( ) ) -> RawWaker ,
160
159
wake : unsafe fn ( * const ( ) ) ,
Original file line number Diff line number Diff line change 12
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
13
# `0.x.0` for Cargo where they were released on `date`.
14
14
15
- date: 2019-04-11
15
+ date: 2019-05-23
16
16
rustc: beta
17
17
cargo: beta
18
18
You can’t perform that action at this time.
0 commit comments