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
77
77
builtin_macros_autodiff_number_activities = expected { $expected } activities, but found { $found }
78
78
builtin_macros_autodiff_ret_activity = invalid return activity { $act } in { $mode } Mode
79
79
builtin_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 }
81
80
builtin_macros_autodiff_unknown_activity = did not recognize Activity: `{ $act } `
82
81
82
+ builtin_macros_autodiff_width = autodiff width must fit u32, but is { $width }
83
83
builtin_macros_bad_derive_target = `derive` may only be applied to `struct`s, `enum`s and `union`s
84
84
.label = not applicable here
85
85
.label2 = not a `struct`, `enum` or `union`
You can’t perform that action at this time.
0 commit comments