mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
71a8ca0522
discard invalid spans in external blocks Fixes #116203 This PR has discarded the invalid `const_span`, thereby making the format more neat. r? ``@Nilstrieb``