mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
discard invalid spans in external blocks Fixes #116203 This PR has discarded the invalid `const_span`, thereby making the format more neat. r? ``@Nilstrieb``