mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
babf4fa04f
Revert #96682. The change was "Show invisible delimiters (within comments) when pretty printing". It's useful to show these delimiters, but is a breaking change for some proc macros. Fixes #97608. r? ``@petrochenkov``