Skip to content

Commit

Permalink
Update compiler/rustc_lint/messages.ftl
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Krones <hello@philkrones.com>
  • Loading branch information
chenyukang and flip1995 committed Jan 11, 2024
1 parent 8aceb60 commit a820a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_lint/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,11 @@ lint_unknown_gated_lint =
lint_unknown_lint =
unknown lint: `{$name}`
.suggestion = {$from_rustc ->
[true] a lint with the similar name exists in `rustc` lints
[true] a lint with a similar name exists in `rustc` lints
*[false] did you mean
}
.help = {$from_rustc ->
[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}`
*[false] did you mean: `{$replace}`
}
Expand Down

0 comments on commit a820a65

Please sign in to comment.