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
.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.
101
+
100
102
mir_build_extern_static_requires_unsafe =
101
103
use of extern static is unsafe and requires unsafe block
102
104
.note = extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior
@@ -406,5 +408,3 @@ mir_build_unused_unsafe_enclosing_block_label = because it's nested under this `
406
408
mir_build_variant_defined_here = not covered
407
409
408
410
mir_build_wrap_suggestion = consider wrapping the function body in an unsafe block
409
-
410
-
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.
0 commit comments