rust/compiler/rustc_abi
Zalathar 0b3a47900e coverage: Set up MC/DC bitmaps without additional unsafe code
Because this now always takes place at the start of the function, we can just
use the normal `alloca` method and then initialize each bitmap immediately.

This patch also moves bitmap setup out of the `mcdc_parameters` method, because
there is no longer any particular reason for it to be there.
2024-05-01 09:55:22 +10:00
..
src coverage: Set up MC/DC bitmaps without additional unsafe code 2024-05-01 09:55:22 +10:00
Cargo.toml Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00