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
+14
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,20 @@ 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 =
289
+
the type of the associated constant `{$assoc_const}` must not depend on {$synthetic->
290
+
[true] `impl Trait`
291
+
*[false] generic parameters
292
+
}
293
+
.label = its type must not depend on {$synthetic->
294
+
[true] `impl Trait`
295
+
*[false] the {$param_kind} parameter `{$param_name}`
296
+
}
297
+
.param_defined_here_label = {$synthetic->
298
+
[true] the `impl Trait` is specified here
299
+
*[false] the {$param_kind} parameter `{$param_name}` is defined here
300
+
}
301
+
288
302
hir_analysis_paren_sugar_attribute = the `#[rustc_paren_sugar]` attribute is a temporary means of controlling which traits can use parenthetical notation
289
303
.help = add `#![feature(unboxed_closures)]` to the crate attributes to use it
0 commit comments