about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-10 15:19:32 +0200
committerGitHub <noreply@github.com>2025-07-10 15:19:32 +0200
commit4b26882641a9250dba79552dc801993b86b0c21b (patch)
tree83218de48040e0f662a2d310ba57eaeb4c576d70 /compiler
parent097ad4b2bda9a060d3ed9e00114e008b27f80e8b (diff)
parentba4235bc855fedcf33b3b10496efaae55170ed4e (diff)
downloadrust-4b26882641a9250dba79552dc801993b86b0c21b.tar.gz
rust-4b26882641a9250dba79552dc801993b86b0c21b.zip
Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmann
fix: correct typo in attr_parsing_previously_accepted message key
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_attr_parsing/messages.ftl4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_attr_parsing/messages.ftl b/compiler/rustc_attr_parsing/messages.ftl
index 8a709ea5d20..bec3a1e8a59 100644
--- a/compiler/rustc_attr_parsing/messages.ftl
+++ b/compiler/rustc_attr_parsing/messages.ftl
@@ -146,12 +146,12 @@ attr_parsing_unused_duplicate =
     unused attribute
     .suggestion = remove this attribute
     .note = attribute also specified here
-    .warn = {-passes_previously_accepted}
+    .warn = {-attr_parsing_previously_accepted}
 
 attr_parsing_unused_multiple =
     multiple `{$name}` attributes
     .suggestion = remove this attribute
     .note = attribute also specified here
 
--attr_parsing_perviously_accepted =
+-attr_parsing_previously_accepted =
     this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!