mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
34805f3675
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |