File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/rustc_builtin_macros Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ builtin_macros_autodiff_not_build = this rustc version does not support autodiff
7777builtin_macros_autodiff_number_activities = expected { $expected } activities, but found { $found }
7878builtin_macros_autodiff_ret_activity = invalid return activity { $act } in { $mode } Mode
7979builtin_macros_autodiff_ty_activity = { $act } can not be used for this type
80- builtin_macros_autodiff_width = autodiff width must fit u32, but is { $width }
8180builtin_macros_autodiff_unknown_activity = did not recognize Activity: `{ $act } `
8281
82+ builtin_macros_autodiff_width = autodiff width must fit u32, but is { $width }
8383builtin_macros_bad_derive_target = `derive` may only be applied to `struct`s, `enum`s and `union`s
8484 .label = not applicable here
8585 .label2 = not a `struct`, `enum` or `union`
You can’t perform that action at this time.
0 commit comments