about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/messages.ftl
diff options
context:
space:
mode:
authorzhuyunxing <zhuyunxing.zyx@alibaba-inc.com>2024-07-09 16:14:14 +0800
committerzhuyunxing <zhuyunxing.zyx@alibaba-inc.com>2024-10-08 11:15:26 +0800
commitacd64fa0d9e5c17de02a5b2a592163a377e33bcc (patch)
tree845ae706964bf03237b434a9729f3bb25e0ac3be /compiler/rustc_mir_transform/messages.ftl
parent6e3e19f714d0ff938c24901195f2c1be6e6e7f6f (diff)
downloadrust-acd64fa0d9e5c17de02a5b2a592163a377e33bcc.tar.gz
rust-acd64fa0d9e5c17de02a5b2a592163a377e33bcc.zip
coverage. Warn about too many test vectors
Diffstat (limited to 'compiler/rustc_mir_transform/messages.ftl')
-rw-r--r--compiler/rustc_mir_transform/messages.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_mir_transform/messages.ftl b/compiler/rustc_mir_transform/messages.ftl
index b81c0906734..c8992b8b834 100644
--- a/compiler/rustc_mir_transform/messages.ftl
+++ b/compiler/rustc_mir_transform/messages.ftl
@@ -9,6 +9,8 @@ mir_transform_const_mut_borrow = taking a mutable reference to a `const` item
     .note2 = the mutable reference will refer to this temporary, not the original `const` item
     .note3 = mutable reference created due to call to this method
 
+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
+
 mir_transform_ffi_unwind_call = call to {$foreign ->
     [true] foreign function
     *[false] function pointer