mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
29fae10345
feat: Support `$$` in macros. The implementation mirrors what `rustc` currently does [1]. Part of #11952. \[1]: https://github.com/rust-lang/rust/blob/0595ea1d12cf745e0a672d05341429ecb0917e66/compiler/rustc_expand/src/mbe/quoted.rs#L230-L241