diff options
| author | Tomás Vallotton <tvallotton@uc.cl> | 2023-12-15 10:20:33 -0300 |
|---|---|---|
| committer | Tomás Vallotton <tvallotton@uc.cl> | 2024-01-20 10:14:25 -0300 |
| commit | ad28f755d82308b1e30f504d241b810f396233d8 (patch) | |
| tree | 58e2af104f4d0064ed54128a13a974a3b6c186f3 | |
| parent | 093f80ba7edc53a7e53c949fb0d083f00088d45c (diff) | |
| download | rust-ad28f755d82308b1e30f504d241b810f396233d8.tar.gz rust-ad28f755d82308b1e30f504d241b810f396233d8.zip | |
fix: change issue number of waker_getters from #87021 to #96992.
| -rw-r--r-- | library/core/src/task/wake.rs | 2 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/library/core/src/task/wake.rs b/library/core/src/task/wake.rs index 54528ad83a0..3fc97a199a6 100644 --- a/library/core/src/task/wake.rs +++ b/library/core/src/task/wake.rs @@ -713,7 +713,7 @@ impl LocalWaker { /// Get a reference to the underlying [`RawWaker`]. #[inline] #[must_use] - #[unstable(feature = "waker_getters", issue = "87021")] + #[unstable(feature = "waker_getters", issue = "96992")] pub fn as_raw(&self) -> &RawWaker { &self.waker } diff --git a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs index 1cb6ff8627a..c3b806dec4d 100644 --- a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs +++ b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs @@ -9630,9 +9630,9 @@ The tracking issue for this feature is: [#81944] label: "waker_getters", description: r##"# `waker_getters` -The tracking issue for this feature is: [#87021] +The tracking issue for this feature is: [#96992] -[#87021]: https://github.com/rust-lang/rust/issues/87021 +[#96992]: https://github.com/rust-lang/rust/issues/96992 ------------------------ "##, |
