I'm encountering an issue with the #![feature(macro_metavar_expr)]
feature in Rust version rustc 1.83.0-nightly (18b1161ec 2024-10-02)
. I'm using this feature to create a macro that generates another macro, but the behavior of the generated macro is inconsistent with its expanded result.
Code example:
The code that demonstrates this issue is located at [ Rust Playground (rust-lang.org)].