rust/compiler/rustc_index
Zalathar e70112caf8 Add DenseBitSet::union_not
This is similar to the existing `union`, except that bits in the RHS are
negated before being incorporated into the LHS.

Currently only `DenseBitSet` is supported. Supporting other bitset types is
possible, but non-trivial, and currently isn't needed.
2025-01-14 23:49:10 +11:00
..
src Add DenseBitSet::union_not 2025-01-14 23:49:10 +11:00
Cargo.toml update rustc_index_macros feature handling 2024-12-19 20:32:12 +03:00