Skip to content

Commit 33f9a49

Browse files
committed
Combine autodiff errors together
1 parent cf8e1f5 commit 33f9a49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: compiler/rustc_builtin_macros/messages.ftl

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ builtin_macros_autodiff_not_build = this rustc version does not support autodiff
7777
builtin_macros_autodiff_number_activities = expected {$expected} activities, but found {$found}
7878
builtin_macros_autodiff_ret_activity = invalid return activity {$act} in {$mode} Mode
7979
builtin_macros_autodiff_ty_activity = {$act} can not be used for this type
80-
81-
8280
builtin_macros_autodiff_unknown_activity = did not recognize Activity: `{$act}`
81+
8382
builtin_macros_bad_derive_target = `derive` may only be applied to `struct`s, `enum`s and `union`s
8483
.label = not applicable here
8584
.label2 = not a `struct`, `enum` or `union`

0 commit comments

Comments
 (0)