1
Fork 0
rust/compiler/rustc_mir_transform
Zalathar 4a70f4bee0 coverage: Simplify logic for chaining multiple blocks into one BCB
We only need to take action when the next block cannot be added to the current
chain, but the logic is much simpler if we express it in terms of when the
block _can_ be added.
2024-11-01 20:04:01 +11:00
..
src coverage: Simplify logic for chaining multiple blocks into one BCB 2024-11-01 20:04:01 +11:00
Cargo.toml compiler: Add is_uninhabited and use LayoutS accessors 2024-10-28 09:58:30 -07:00
messages.ftl coverage. Warn about too many test vectors 2024-10-08 11:15:26 +08:00