mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
a57b1fbd84
* Expand `!` tokens for inner doc comments * Trim leading doc comment decoration in the string literal Both of these should help bring the expansion inline with what `macro_rules!` already does. Closes #49655 Closes #49656