mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansion This function can cause false negatives if used incorrectly (usually "do any of the doc fragments come from a macro" is the wrong question to ask), and thus it is unused. r? `````@GuillaumeGomez`````