Update indexmap and rayon crates

This commit is contained in:
John Kåre Alsaker
2023-03-25 02:12:13 +01:00
parent a1f48047bf
commit 27c44d2e28
13 changed files with 25 additions and 27 deletions

View File

@@ -51,7 +51,7 @@ impl<'a, 'tcx> ImplicitCtxt<'a, 'tcx> {
// Import the thread-local variable from Rayon, which is preserved for Rayon jobs.
#[cfg(parallel_compiler)]
use rustc_rayon_core::tlv::TLV;
use rayon_core::tlv::TLV;
// Otherwise define our own
#[cfg(not(parallel_compiler))]