rust/compiler/rustc_span
bjorn3 f45ba82370 Remove SPAN_DEBUG global
The only difference between the default and rustc_interface set version
is that the default accesses the source map from SESSION_GLOBALS while
the rustc_interface version accesses the source map from the global
TyCtxt. SESSION_GLOBALS is always set while running the compiler while
the global TyCtxt is not always set. If the global TyCtxt is set, it's
source map is identical to the one in SESSION_GLOBALS
2022-02-12 11:50:02 +01:00
..
src Remove SPAN_DEBUG global 2022-02-12 11:50:02 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00