We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8e1f5 commit 33f9a49Copy full SHA for 33f9a49
compiler/rustc_builtin_macros/messages.ftl
@@ -77,9 +77,8 @@ builtin_macros_autodiff_not_build = this rustc version does not support autodiff
77
builtin_macros_autodiff_number_activities = expected {$expected} activities, but found {$found}
78
builtin_macros_autodiff_ret_activity = invalid return activity {$act} in {$mode} Mode
79
builtin_macros_autodiff_ty_activity = {$act} can not be used for this type
80
-
81
82
builtin_macros_autodiff_unknown_activity = did not recognize Activity: `{$act}`
+
83
builtin_macros_bad_derive_target = `derive` may only be applied to `struct`s, `enum`s and `union`s
84
.label = not applicable here
85
.label2 = not a `struct`, `enum` or `union`
0 commit comments