You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#124856 - matthiaskrgr:rollup-xqxs21x, r=matthiaskrgr
Rollup of 3 pull requests
Successful merges:
- rust-lang#124223 (coverage: Branch coverage support for let-else and if-let)
- rust-lang#124571 (coverage: Clean up `mcdc_bitmap_bytes` and `conditions_num`)
- rust-lang#124838 (next_power_of_two: add a doctest to show what happens on 0)
r? `@ghost`
`@rustbot` modify labels: rollup
.note = raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
98
98
.label = dereference of raw pointer
99
99
100
-
mir_build_exceeds_mcdc_condition_num_limit = Conditions number of the decision ({$conditions_num}) exceeds limit ({$max_conditions_num}). MCDC analysis will not count this expression.
100
+
mir_build_exceeds_mcdc_condition_limit =
101
+
number of conditions in decision ({$num_conditions}) exceeds limit ({$limit})
102
+
.note = this decision will not be instrumented for MC/DC coverage
101
103
102
104
mir_build_extern_static_requires_unsafe =
103
105
use of extern static is unsafe and requires unsafe block
0 commit comments