c3ed59ce1c
fix: insert whitespace between text and pound Because `text#`, `text"..."`, and `text'...'` are [reserved syntax since Rust 2021][guide]. Note that the latter two are already handled correctly. Fixes #14487 [guide]: https://doc.rust-lang.org/edition-guide/rust-2021/reserving-syntax.html