about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/messages.ftl
diff options
context:
space:
mode:
authorSa4dUs <dmmarcelo27@gmail.com>2025-03-10 13:58:10 +0100
committerSa4dUs <dmmarcelo27@gmail.com>2025-03-11 09:37:53 +0100
commit33f9a491eb97af0cc72df70fd10724eda2453d45 (patch)
tree72951ef06e337d6d7c2bd87adfd95627d471b513 /compiler/rustc_builtin_macros/messages.ftl
parentcf8e1f5e0faed0a8f50ccfecedb1e4fad8d79191 (diff)
downloadrust-33f9a491eb97af0cc72df70fd10724eda2453d45.tar.gz
rust-33f9a491eb97af0cc72df70fd10724eda2453d45.zip
Combine autodiff errors together
Diffstat (limited to 'compiler/rustc_builtin_macros/messages.ftl')
-rw-r--r--compiler/rustc_builtin_macros/messages.ftl3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_builtin_macros/messages.ftl b/compiler/rustc_builtin_macros/messages.ftl
index 9dac7a8aaf4..3f03834f8d7 100644
--- a/compiler/rustc_builtin_macros/messages.ftl
+++ b/compiler/rustc_builtin_macros/messages.ftl
@@ -77,9 +77,8 @@ builtin_macros_autodiff_not_build = this rustc version does not support autodiff
 builtin_macros_autodiff_number_activities = expected {$expected} activities, but found {$found}
 builtin_macros_autodiff_ret_activity = invalid return activity {$act} in {$mode} Mode
 builtin_macros_autodiff_ty_activity = {$act} can not be used for this type
-
-
 builtin_macros_autodiff_unknown_activity = did not recognize Activity: `{$act}`
+
 builtin_macros_bad_derive_target = `derive` may only be applied to `struct`s, `enum`s and `union`s
     .label = not applicable here
     .label2 = not a `struct`, `enum` or `union`