about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-04-22 19:17:28 +0200
committerLeón Orell Valerian Liehr <me@fmease.dev>2025-05-06 17:00:00 +0200
commit5fdc0de28c0c843dd9a3d107484d044f9c08b969 (patch)
treef378617a52faae29c4768c94331c1a0e635b80d7 /compiler/rustc_hir_analysis/messages.ftl
parent1d9d30f35ab715f1b9fcf0f7ee6ce8d61216b253 (diff)
downloadrust-5fdc0de28c0c843dd9a3d107484d044f9c08b969.tar.gz
rust-5fdc0de28c0c843dd9a3d107484d044f9c08b969.zip
Eliminate unnecessary parameter
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
-rw-r--r--compiler/rustc_hir_analysis/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl
index 277bb7bd3e1..1138e9774d5 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -37,7 +37,7 @@ hir_analysis_assoc_kind_mismatch = expected {$expected}, found {$got}
 
 hir_analysis_assoc_kind_mismatch_wrap_in_braces_sugg = consider adding braces here
 
-hir_analysis_associated_type_trait_uninferred_generic_params = cannot use the associated {$what} of a trait with uninferred generic parameters
+hir_analysis_associated_type_trait_uninferred_generic_params = cannot use the {$what} of a trait with uninferred generic parameters
     .suggestion = use a fully qualified path with inferred lifetimes
 
 hir_analysis_associated_type_trait_uninferred_generic_params_multipart_suggestion = use a fully qualified path with explicit lifetimes