about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorCamille Gillot <gillot.camille@gmail.com>2025-08-22 02:22:51 +0000
committerCamille Gillot <gillot.camille@gmail.com>2025-08-22 02:22:51 +0000
commit689171d38eaca74015b96d43bca5d30f2850c24a (patch)
tree92e1d29c2c5750e8bfd324a1c7f689755d04add8 /compiler/rustc_data_structures/src/lib.rs
parent040a98af70f0a7da03f3d5356531b28a2a7a77e4 (diff)
downloadrust-689171d38eaca74015b96d43bca5d30f2850c24a.tar.gz
rust-689171d38eaca74015b96d43bca5d30f2850c24a.zip
Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_structures.
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 53178d09348..17da3ea83c8 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -77,6 +77,7 @@ pub mod thinvec;
 pub mod thousands;
 pub mod transitive_relation;
 pub mod unhash;
+pub mod union_find;
 pub mod unord;
 pub mod vec_cache;
 pub mod work_queue;