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
@@ -265,6 +265,10 @@ hir_analysis_only_current_traits_primitive = only traits defined in the current
265
265
266
266
hir_analysis_only_current_traits_ty = `{$ty}` is not defined in the current crate
267
267
268
+
hir_analysis_param_in_ty_of_assoc_const = the type of the associated constant `{$assoc_const}` must not depend on generic parameters
269
+
.label = its type must not depend on the {$param_kind} parameter `{$param_name}`
270
+
.param_defined_here_label = the {$param_kind} parameter `{$param_name}` is defined here
271
+
268
272
hir_analysis_paren_sugar_attribute = the `#[rustc_paren_sugar]` attribute is a temporary means of controlling which traits can use parenthetical notation
269
273
.help = add `#![feature(unboxed_closures)]` to the crate attributes to use it
0 commit comments