We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aceb60 commit a820a65Copy full SHA for a820a65
compiler/rustc_lint/messages.ftl
@@ -533,11 +533,11 @@ lint_unknown_gated_lint =
533
lint_unknown_lint =
534
unknown lint: `{$name}`
535
.suggestion = {$from_rustc ->
536
- [true] a lint with the similar name exists in `rustc` lints
+ [true] a lint with a similar name exists in `rustc` lints
537
*[false] did you mean
538
}
539
.help = {$from_rustc ->
540
- [true] a lint with the similar name exists in `rustc`, did you mean: `{$replace}`
+ [true] a lint with a similar name exists in `rustc` lints: `{$replace}`
541
*[false] did you mean: `{$replace}`
542
543
0 commit comments