From 689171d38eaca74015b96d43bca5d30f2850c24a Mon Sep 17 00:00:00 2001 From: Camille Gillot Date: Fri, 22 Aug 2025 02:22:51 +0000 Subject: Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_structures. --- compiler/rustc_data_structures/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_data_structures/src/lib.rs') 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; -- cgit 1.4.1-3-g733a5