about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/errors.rs
diff options
context:
space:
mode:
authorMarcelo Domínguez <69964857+Sa4dUs@users.noreply.github.com>2025-05-06 09:19:33 +0200
committerMarcelo Domínguez <dmmarcelo27@gmail.com>2025-05-20 11:58:26 +0000
commitb21c9e7bfb0180b67b486013a7137fb200cb1076 (patch)
tree769762e6206c9f8618026eb6d213dbdbcd35af2f /compiler/rustc_builtin_macros/src/errors.rs
parentf8e9e7636aabcbc29345d9614432d15b3c0c4ec7 (diff)
downloadrust-b21c9e7bfb0180b67b486013a7137fb200cb1076.tar.gz
rust-b21c9e7bfb0180b67b486013a7137fb200cb1076.zip
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`
Pending fix.
```
error: cannot find a built-in macro with name `autodiff_forward`
    --> library\core\src\macros\mod.rs:1542:5
     |
1542 | /     pub macro autodiff_forward($item:item) {
1543 | |         /* compiler built-in */
1544 | |     }
     | |_____^

error: cannot find a built-in macro with name `autodiff_reverse`
    --> library\core\src\macros\mod.rs:1549:5
     |
1549 | /     pub macro autodiff_reverse($item:item) {
1550 | |         /* compiler built-in */
1551 | |     }
     | |_____^

error: could not compile `core` (lib) due to 2 previous errors
```
Diffstat (limited to 'compiler/rustc_builtin_macros/src/errors.rs')
0 files changed, 0 insertions, 0 deletions