From 726598ed9ad7d1566e5a6d915673a22b907c3552 Mon Sep 17 00:00:00 2001 From: ickk Date: Fri, 7 Apr 2023 17:42:17 +1000 Subject: [PATCH] fix infer_source_kind_subdiag_let help message - remove double "the" --- compiler/rustc_infer/messages.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_infer/messages.ftl b/compiler/rustc_infer/messages.ftl index 15780898dc6..1e43644be89 100644 --- a/compiler/rustc_infer/messages.ftl +++ b/compiler/rustc_infer/messages.ftl @@ -30,8 +30,8 @@ infer_source_kind_subdiag_let = {$kind -> }{$x_kind -> [has_name] , where the {$prefix_kind -> *[type] type for {$prefix} - [const_with_param] the value of const parameter - [const] the value of the constant + [const_with_param] value of const parameter + [const] value of the constant } `{$arg_name}` is specified [underscore] , where the placeholders `_` are specified *[empty] {""}