about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-12-05 07:29:56 +0100
committerGitHub <noreply@github.com>2024-12-05 07:29:56 +0100
commit44174d9213b3cd8348af91745e04ec6bfb9570e3 (patch)
tree1ae014fd71e53367bea682d5bcd84807675b44ec /src/tools
parentab16eeba5c833f964af1b6905fc9aeac4f63352a (diff)
parentf613636ae87e7e973138c7cb3e850ec26f93c723 (diff)
downloadrust-44174d9213b3cd8348af91745e04ec6bfb9570e3.tar.gz
rust-44174d9213b3cd8348af91745e04ec6bfb9570e3.zip
Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqd
Rename `core_pattern_type` and `core_pattern_types` lib feature  gates to `pattern_type_macro`

That's what the gates are actually gating, and the single char difference in naming was not helpful either

fixes #128987
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs13
1 files changed, 2 insertions, 11 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 266109765ab..b97dfb3b8ef 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
@@ -3936,17 +3936,8 @@ The tracking issue for this feature is: [#117693]
 "##,
     },
     Lint {
-        label: "core_pattern_type",
-        description: r##"# `core_pattern_type`
-
-This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.
-
-------------------------
-"##,
-    },
-    Lint {
-        label: "core_pattern_types",
-        description: r##"# `core_pattern_types`
+        label: "pattern_type_macro",
+        description: r##"# `pattern_type_macro`
 
 This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.