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.
2 parents 097ad4b + ba4235b commit 4b26882Copy full SHA for 4b26882
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