File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ impl RawWaker {
4848/// Get the `data` pointer used to create this `RawWaker`.
4949#[ inline]
5050#[ must_use]
51- #[ unstable( feature = "waker_getters" , issue = "87021 " ) ]
51+ #[ unstable( feature = "waker_getters" , issue = "96992 " ) ]
5252pub fn data ( & self ) -> * const ( ) {
5353self . data
5454}
5555
5656/// Get the `vtable` pointer used to create this `RawWaker`.
5757#[ inline]
5858#[ must_use]
59- #[ unstable( feature = "waker_getters" , issue = "87021 " ) ]
59+ #[ unstable( feature = "waker_getters" , issue = "96992 " ) ]
6060pub fn vtable ( & self ) -> & ' static RawWakerVTable {
6161self . vtable
6262}
@@ -371,7 +371,7 @@ impl Waker {
371371/// Get a reference to the underlying [`RawWaker`].
372372#[ inline]
373373#[ must_use]
374- #[ unstable( feature = "waker_getters" , issue = "87021 " ) ]
374+ #[ unstable( feature = "waker_getters" , issue = "96992 " ) ]
375375pub fn as_raw ( & self ) -> & RawWaker {
376376& self . waker
377377}
You can’t perform that action at this time.
0 commit comments