diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-04-22 19:17:28 +0200 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2025-05-06 17:00:00 +0200 |
| commit | 5fdc0de28c0c843dd9a3d107484d044f9c08b969 (patch) | |
| tree | f378617a52faae29c4768c94331c1a0e635b80d7 /compiler/rustc_hir_analysis/messages.ftl | |
| parent | 1d9d30f35ab715f1b9fcf0f7ee6ce8d61216b253 (diff) | |
| download | rust-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.ftl | 2 |
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 |
