rust/compiler/rustc_borrowck/src/diagnostics
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
..
bound_region_errors.rs Rename tcx.mk_re_* => Region::new_* 2023-05-29 17:54:53 +00:00
conflict_errors.rs Handle move generators 2023-10-27 13:05:48 +00:00
explain_borrow.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
find_all_local_uses.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
find_use.rs Remove ToRegionVid. 2023-04-13 12:20:41 +10:00
mod.rs Auto merge of #116300 - cjgillot:split-move, r=petrochenkov 2023-10-24 00:25:32 +00:00
move_errors.rs Stop computing error info in move path builder. 2023-10-21 10:30:58 +00:00
mutability_errors.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
outlives_suggestion.rs Use is_some_and/is_ok_and in less obvious spots 2023-05-24 14:33:43 +00:00
region_errors.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
region_name.rs Add hir::GeneratorKind::Gen 2023-10-26 07:10:25 +00:00
var_name.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00