diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2025-07-13 16:21:25 +0800 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2025-07-13 23:55:06 +0800 |
| commit | 6b02597ed3dc7a7c3581960ca6afae575f6c691e (patch) | |
| tree | 2cd1205c37c335d295c97f6e76378676ddf0ce77 /src/tools | |
| parent | 7e310f4b9a3f166d833ed09cf1d1ff96ab84b72c (diff) | |
| download | rust-6b02597ed3dc7a7c3581960ca6afae575f6c691e.tar.gz rust-6b02597ed3dc7a7c3581960ca6afae575f6c691e.zip | |
update issue number for `const_trait_impl`
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 de8a42979bb..f9eb44d03ab 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 @@ -4711,9 +4711,9 @@ The tracking issue for this feature is: [#133668] label: "const_trait_impl", description: r##"# `const_trait_impl` -The tracking issue for this feature is: [#67792] +The tracking issue for this feature is: [#143874] -[#67792]: https://github.com/rust-lang/rust/issues/67792 +[#143874]: https://github.com/rust-lang/rust/issues/143874 ------------------------ "##, |
