about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sync.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-24 06:30:10 +0000
committerbors <bors@rust-lang.org>2023-10-24 06:30:10 +0000
commitcc13d045f42e2cf2359bda28f0273e42488b168d (patch)
tree373e61763313b41349bafb994870b8ac5d555c39 /compiler/rustc_data_structures/src/sync.rs
parentd32b1583dff13eba9b8e3e79a59fcd8b08b7635f (diff)
parentddc76e232aac96d7ca30735aa78d9ea8ae43d721 (diff)
downloadrust-cc13d045f42e2cf2359bda28f0273e42488b168d.tar.gz
rust-cc13d045f42e2cf2359bda28f0273e42488b168d.zip
Auto merge of #3138 - rust-lang:rustup-2023-10-24, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_data_structures/src/sync.rs')
-rw-r--r--compiler/rustc_data_structures/src/sync.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/sync.rs b/compiler/rustc_data_structures/src/sync.rs
index 62fff604f81..f957734b04d 100644
--- a/compiler/rustc_data_structures/src/sync.rs
+++ b/compiler/rustc_data_structures/src/sync.rs
@@ -54,7 +54,7 @@ pub use worker_local::{Registry, WorkerLocal};
 mod parallel;
 #[cfg(parallel_compiler)]
 pub use parallel::scope;
-pub use parallel::{join, par_for_each_in, par_map, parallel_guard};
+pub use parallel::{join, par_for_each_in, par_map, parallel_guard, try_par_for_each_in};
 
 pub use std::sync::atomic::Ordering;
 pub use std::sync::atomic::Ordering::SeqCst;