rust/compiler/rustc_mir_transform
Jacob Pratt ca6415d692
Rollup merge of #145738 - cjgillot:union-find-uplift, r=Zalathar
Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_structures.

I was wondering if we had some union-find implementation in the compiler. We do. So put it where we can find it.
2025-08-22 22:00:56 -04:00
..