You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hir_analysis_assoc_bound_on_const = expected associated type, found {$descr}
5
8
.note = trait bounds not allowed on {$descr}
6
9
10
+
hir_analysis_assoc_item_not_found = associated {$assoc_kind} `{$assoc_name}` not found for `{$ty_param_name}`
11
+
12
+
hir_analysis_assoc_item_not_found_found_in_other_trait_label = there is {$identically_named->
13
+
[true] an
14
+
*[false] a similarly named
15
+
} associated {$assoc_kind} `{$suggested_name}` in the trait `{$trait_name}`
16
+
hir_analysis_assoc_item_not_found_label = associated {$assoc_kind} `{$assoc_name}` not found
17
+
hir_analysis_assoc_item_not_found_other_sugg = `{$ty_param_name}` has the following associated {$assoc_kind}
18
+
hir_analysis_assoc_item_not_found_similar_in_other_trait_sugg = change the associated {$assoc_kind} name to use `{$suggested_name}` from `{$trait_name}`
19
+
hir_analysis_assoc_item_not_found_similar_in_other_trait_with_bound_sugg = and also change the associated {$assoc_kind} name
20
+
hir_analysis_assoc_item_not_found_similar_sugg = there is an associated {$assoc_kind} with a similar name
21
+
7
22
hir_analysis_assoc_type_binding_not_allowed =
8
23
associated type bindings are not allowed here
9
24
.label = associated type not allowed here
@@ -284,10 +299,6 @@ hir_analysis_placeholder_not_allowed_item_signatures = the placeholder `_` is no
284
299
285
300
hir_analysis_requires_note = the `{$trait_name}` impl for `{$ty}` requires that `{$error_predicate}`
0 commit comments