mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
843920f0f6
[rustdoc] Prevent inclusion of whitespace character after macro_rules ident Discovered this bug randomly when looking at:  We were too eagerly trying to merge tokens that shouldn't be merged together (for example if you have a code comment followed by a code comment, we merge them in one attribute to reduce the DOM size). r? ``@notriddle``