We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab68b0f commit ba4235bCopy full SHA for ba4235b
compiler/rustc_attr_parsing/messages.ftl
@@ -146,12 +146,12 @@ attr_parsing_unused_duplicate =
146
unused attribute
147
.suggestion = remove this attribute
148
.note = attribute also specified here
149
- .warn = {-passes_previously_accepted}
+ .warn = {-attr_parsing_previously_accepted}
150
151
attr_parsing_unused_multiple =
152
multiple `{$name}` attributes
153
154
155
156
--attr_parsing_perviously_accepted =
+-attr_parsing_previously_accepted =
157
this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
0 commit comments