mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

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.