mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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``