File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/tools/rust-analyzer/crates/ide-db/src/generated Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ impl LocalWaker {
713713 /// Get a reference to the underlying [`RawWaker`].
714714 #[ inline]
715715 #[ must_use]
716- #[ unstable( feature = "waker_getters" , issue = "87021 " ) ]
716+ #[ unstable( feature = "waker_getters" , issue = "96992 " ) ]
717717 pub fn as_raw ( & self ) -> & RawWaker {
718718 & self . waker
719719 }
Original file line number Diff line number Diff line change @@ -9630,9 +9630,9 @@ The tracking issue for this feature is: [#81944]
96309630 label : "waker_getters" ,
96319631 description : r##"# `waker_getters`
96329632
9633- The tracking issue for this feature is: [#87021 ]
9633+ The tracking issue for this feature is: [#96992 ]
96349634
9635- [#87021 ]: https://github.com/rust-lang/rust/issues/87021
9635+ [#96992 ]: https://github.com/rust-lang/rust/issues/96992
96369636
96379637------------------------
96389638"## ,
You can’t perform that action at this time.
0 commit comments