Skip to content

Commit 726598e

Browse files
committed
fix infer_source_kind_subdiag_let help message - remove double "the"
1 parent 32ea4bb commit 726598e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_infer/messages.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ infer_source_kind_subdiag_let = {$kind ->
3030
}{$x_kind ->
3131
[has_name] , where the {$prefix_kind ->
3232
*[type] type for {$prefix}
33-
[const_with_param] the value of const parameter
34-
[const] the value of the constant
33+
[const_with_param] value of const parameter
34+
[const] value of the constant
3535
} `{$arg_name}` is specified
3636
[underscore] , where the placeholders `_` are specified
3737
*[empty] {""}

0 commit comments

Comments
 (0)