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
Copy file name to clipboardexpand all lines: compiler/rustc_mir_transform/messages.ftl
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ mir_transform_const_mut_borrow = taking a mutable reference to a `const` item
9
9
.note2 = the mutable reference will refer to this temporary, not the original `const` item
10
10
.note3 = mutable reference created due to call to this method
11
11
12
+
mir_transform_exceeds_mcdc_test_vector_limit = number of total test vectors in one function will exceed limit ({$max_num_test_vectors}) if this decision is instrumented, so MC/DC analysis ignores it
13
+
12
14
mir_transform_ffi_unwind_call = call to {$foreign->
0 commit comments