mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
f405ce86c2
Most notably, this commit changes the `pub use crate::*;` in that file to `use crate::*;`. This requires a lot of `use` items in other crates to be adjusted, because everything defined within `rustc_span::*` was also available via `rustc_span::source_map::*`, which is bizarre. The commit also removes `SourceMap::span_to_relative_line_string`, which is unused. |
||
---|---|---|
.. | ||
hotplug_codegen_backend | ||
issue-19371 | ||
obtain-borrowck | ||
pretty-expanded |