rust/compiler/rustc_index/src
bors 34805f3675 Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrum
Fix cloning from a BitSet with a different domain size

The previous implementation incorrectly assumed that the
number of words in a bit set is equal to the domain size.

The new implementation delegates to `Vec::clone_from` which
is specialized for `Copy` elements.

Fixes #99006.
2022-07-31 21:40:21 +00:00
..
bit_set Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec
bit_set.rs Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval.rs fix the impl error in insert_all 2022-06-08 22:09:26 +08:00
lib.rs
vec.rs Edit rustc_index::vec::IndexVec::pick3_mut docs 2022-07-21 08:52:18 -05:00