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#125761 - matthiaskrgr:rollup-7u082og, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#125342 (Document platform-specifics for `Read` and `Write` of `File`)
- rust-lang#125711 (Make `body_owned_by` return the `Body` instead of just the `BodyId`)
- rust-lang#125739 (drop_in_place: weaken the claim of equivalence with drop(ptr.read()))
- rust-lang#125745 (Bump the stage0 compiler to beta.7 (2024-05-26))
- rust-lang#125746 (Fix copy-paste error in `Duration::from_weeks` panic message.)
- rust-lang#125753 (compiletest: Unify `cmd2procres` with `run_command_to_procres`)
- rust-lang#125754 (coverage: Rename MC/DC `conditions_num` to `num_conditions`)
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 = Number of conditions in decision ({$num_conditions}) exceeds limit ({$max_conditions}). MC/DC analysis will not count this expression.
101
101
102
102
mir_build_extern_static_requires_unsafe =
103
103
use of extern static is unsafe and requires unsafe block
0 commit comments