diff options
| author | Manuel Drehwald <git@manuel.drehwald.info> | 2025-04-03 17:19:11 -0400 |
|---|---|---|
| committer | Manuel Drehwald <git@manuel.drehwald.info> | 2025-04-03 17:19:11 -0400 |
| commit | 087ffd73bf43671db22087570c97e0afdde20f31 (patch) | |
| tree | ea98c29174d6d69c0a1ee2d5d586656060cc3fe1 /compiler/rustc_builtin_macros/messages.ftl | |
| parent | aa8f0fd7163a2f23aa958faed30c9c2b77b934a5 (diff) | |
| download | rust-087ffd73bf43671db22087570c97e0afdde20f31.tar.gz rust-087ffd73bf43671db22087570c97e0afdde20f31.zip | |
add the autodiff batch mode frontend
Diffstat (limited to 'compiler/rustc_builtin_macros/messages.ftl')
| -rw-r--r-- | compiler/rustc_builtin_macros/messages.ftl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_builtin_macros/messages.ftl b/compiler/rustc_builtin_macros/messages.ftl index 3f03834f8d7..603dc90bafc 100644 --- a/compiler/rustc_builtin_macros/messages.ftl +++ b/compiler/rustc_builtin_macros/messages.ftl @@ -79,6 +79,7 @@ builtin_macros_autodiff_ret_activity = invalid return activity {$act} in {$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_autodiff_width = autodiff width must fit u32, but is {$width} 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` |
