rust/tests/run-make-fulldeps
Nicholas Nethercote f405ce86c2 Minimize pub usage in source_map.rs.
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.
2023-11-02 19:35:00 +11:00
..
hotplug_codegen_backend Auto merge of #111626 - pjhades:output, r=b-naber 2023-06-09 09:45:40 +00:00
issue-19371 Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
obtain-borrowck Merge ExternProviders into the general Providers struct 2023-09-22 20:15:34 +00:00
pretty-expanded move tools.mk to run-make 2023-03-30 07:58:50 -05:00