File tree 2 files changed +3
-3
lines changed
src/tools/rust-analyzer/crates/ide-db/src/generated
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ impl LocalWaker {
713
713
/// Get a reference to the underlying [`RawWaker`].
714
714
#[ inline]
715
715
#[ must_use]
716
- #[ unstable( feature = "waker_getters" , issue = "87021 " ) ]
716
+ #[ unstable( feature = "waker_getters" , issue = "96992 " ) ]
717
717
pub fn as_raw ( & self ) -> & RawWaker {
718
718
& self . waker
719
719
}
Original file line number Diff line number Diff line change @@ -9630,9 +9630,9 @@ The tracking issue for this feature is: [#81944]
9630
9630
label : "waker_getters" ,
9631
9631
description : r##"# `waker_getters`
9632
9632
9633
- The tracking issue for this feature is: [#87021 ]
9633
+ The tracking issue for this feature is: [#96992 ]
9634
9634
9635
- [#87021 ]: https://github.com/rust-lang/rust/issues/87021
9635
+ [#96992 ]: https://github.com/rust-lang/rust/issues/96992
9636
9636
9637
9637
------------------------
9638
9638
"## ,
You can’t perform that action at this time.
0 commit comments