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
Copy file name to clipboardexpand all lines: compiler/rustc_hir_analysis/messages.ftl
+4
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,10 @@ hir_analysis_only_current_traits_primitive = only traits defined in the current
285
285
286
286
hir_analysis_only_current_traits_ty = `{$ty}` is not defined in the current crate
287
287
288
+
hir_analysis_param_in_ty_of_assoc_const = the type of the associated constant `{$assoc_const}` must not depend on generic parameters
289
+
.label = its type must not depend on the {$param_kind} parameter `{$param_name}`
290
+
.param_defined_here_label = the {$param_kind} parameter `{$param_name}` is defined here
291
+
288
292
hir_analysis_paren_sugar_attribute = the `#[rustc_paren_sugar]` attribute is a temporary means of controlling which traits can use parenthetical notation
289
293
.help = add `#![feature(unboxed_closures)]` to the crate attributes to use it
0 commit comments