File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ pub struct Context<'a> {
186
186
impl < ' a > Context < ' a > {
187
187
/// Create a new `Context` from a [`&Waker`](Waker).
188
188
#[ stable( feature = "futures_api" , since = "1.36.0" ) ]
189
- #[ rustc_const_unstable( feature = "const_waker" , issue = "none " ) ]
189
+ #[ rustc_const_unstable( feature = "const_waker" , issue = "102012 " ) ]
190
190
#[ must_use]
191
191
#[ inline]
192
192
pub const fn from_waker ( waker : & ' a Waker ) -> Self {
@@ -195,7 +195,7 @@ impl<'a> Context<'a> {
195
195
196
196
/// Returns a reference to the [`Waker`] for the current task.
197
197
#[ stable( feature = "futures_api" , since = "1.36.0" ) ]
198
- #[ rustc_const_unstable( feature = "const_waker" , issue = "none " ) ]
198
+ #[ rustc_const_unstable( feature = "const_waker" , issue = "102012 " ) ]
199
199
#[ must_use]
200
200
#[ inline]
201
201
pub const fn waker ( & self ) -> & ' a Waker {
@@ -313,7 +313,7 @@ impl Waker {
313
313
#[ inline]
314
314
#[ must_use]
315
315
#[ stable( feature = "futures_api" , since = "1.36.0" ) ]
316
- #[ rustc_const_unstable( feature = "const_waker" , issue = "none " ) ]
316
+ #[ rustc_const_unstable( feature = "const_waker" , issue = "102012 " ) ]
317
317
pub const unsafe fn from_raw ( waker : RawWaker ) -> Waker {
318
318
Waker { waker }
319
319
}
You can’t perform that action at this time.
0 commit comments