rust/compiler/rustc_mir_transform
Zalathar ab154e6999 coverage: Store bcb_needs_counter in a field as a bitset
This makes it possible for other parts of counter-assignment to check whether a
node is guaranteed to end up with some kind of counter.

Switching from `impl Fn` to a concrete `&BitSet` just avoids the hassle of
trying to store a closure in a struct field, and currently there's no
foreseeable need for this information to not be a bitset.
2024-10-06 23:01:29 +11:00
..
src coverage: Store bcb_needs_counter in a field as a bitset 2024-10-06 23:01:29 +11:00
Cargo.toml Simplify match based on the cast result of IntToInt. 2024-08-03 10:55:43 +08:00
messages.ftl Add a Lint for Pointer to Integer Transmutes in Consts 2024-10-05 12:48:02 +00:00