about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorMarcelo Domínguez <dmmarcelo27@gmail.com>2025-05-10 00:52:47 +0000
committerMarcelo Domínguez <dmmarcelo27@gmail.com>2025-05-21 07:24:42 +0000
commitf92d84cc6e0770c0d8f3dc775bafdf7f8786db61 (patch)
treee53ea47842d523f1ead2ca5d482e802ab18fe189 /compiler/rustc_parse/src/errors.rs
parent2041de7083c114025646220068d3943be517af4a (diff)
downloadrust-f92d84cc6e0770c0d8f3dc775bafdf7f8786db61.tar.gz
rust-f92d84cc6e0770c0d8f3dc775bafdf7f8786db61.zip
Initial naive implementation using `Symbols` to represent autodiff modes (`Forward`, `Reverse`)
Since the mode is no longer part of `meta_item`, we must insert it manually (otherwise macro expansion with `#[rustc_autodiff]` won't work).

This can be revised later if a more structured representation becomes necessary (using enums, annotated structs, etc).

Some tests are currently failing. I'll address them next.
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions