diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2025-04-11 21:27:53 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2025-05-01 10:20:31 +0200 |
| commit | d3ec14bbec7d3647a3c1a3bfdf2cafb0f72bf937 (patch) | |
| tree | 4485d31b3edeee71a11a188090a62f5178dbd8fb /compiler/rustc_data_structures/src/sync.rs | |
| parent | 6e23095adf9209614a45f7f75fea36dad7b92afb (diff) | |
| download | rust-d3ec14bbec7d3647a3c1a3bfdf2cafb0f72bf937.tar.gz rust-d3ec14bbec7d3647a3c1a3bfdf2cafb0f72bf937.zip | |
Use thread local dep graph encoding
Diffstat (limited to 'compiler/rustc_data_structures/src/sync.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/sync.rs | 2 |
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 80d49effbf8..b28c333d860 100644 --- a/compiler/rustc_data_structures/src/sync.rs +++ b/compiler/rustc_data_structures/src/sync.rs @@ -43,7 +43,7 @@ pub use self::freeze::{FreezeLock, FreezeReadGuard, FreezeWriteGuard}; pub use self::lock::{Lock, LockGuard, Mode}; pub use self::mode::{is_dyn_thread_safe, set_dyn_thread_safe_mode}; pub use self::parallel::{ - join, par_for_each_in, par_map, parallel_guard, scope, spawn, try_par_for_each_in, + broadcast, join, par_for_each_in, par_map, parallel_guard, scope, spawn, try_par_for_each_in, }; pub use self::vec::{AppendOnlyIndexVec, AppendOnlyVec}; pub use self::worker_local::{Registry, WorkerLocal}; |
