diff options
| author | Nikita Tomashevich <quant3234@gmail.com> | 2022-09-25 10:55:42 +0300 |
|---|---|---|
| committer | Nikita Tomashevich <quant3234@gmail.com> | 2022-12-28 14:53:47 +0300 |
| commit | 6c19c08140b7c0c5a9f9f9a434036b460167c87d (patch) | |
| tree | dd60d93f1f2bac4f125c48e0020f360b77fe16dd /compiler/rustc_error_messages | |
| parent | 57fdd196aeda1e0fa5829248bd4afb8e6f06d7e5 (diff) | |
| download | rust-6c19c08140b7c0c5a9f9f9a434036b460167c87d.tar.gz rust-6c19c08140b7c0c5a9f9f9a434036b460167c87d.zip | |
More descriptive names for ActualImplExplNotes variants
Diffstat (limited to 'compiler/rustc_error_messages')
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/infer.ftl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/infer.ftl b/compiler/rustc_error_messages/locales/en-US/infer.ftl index 7a10f4b7bc5..8cfd20c6eda 100644 --- a/compiler/rustc_error_messages/locales/en-US/infer.ftl +++ b/compiler/rustc_error_messages/locales/en-US/infer.ftl @@ -184,7 +184,7 @@ infer_explicit_lifetime_required_sugg = add explicit lifetime `{$named}` to {$id *[param_type] type } -infer_actual_impl_expl_1 = {$leading_ellipsis -> +infer_actual_impl_expl_expected = {$leading_ellipsis -> [true] ... *[false] {""} }{$kind -> @@ -198,7 +198,7 @@ infer_actual_impl_expl_1 = {$leading_ellipsis -> *[nothing] {""} } -infer_actual_impl_expl_2 = {$kind_2 -> +infer_actual_impl_expl_but_actually = {$kind_2 -> [implements_trait] ...but it actually implements `{$trait_path_2}` [implemented_for_ty] ...but `{$trait_path_2}` is actually implemented for the type `{$ty}` *[ty_implements] ...but `{$ty}` actually implements `{$trait_path_2}` |
