We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d27200 commit 8094a86Copy full SHA for 8094a86
fuzz/src/msg_targets/utils.rs
@@ -78,8 +78,8 @@ macro_rules! test_msg_exact {
78
}
79
80
81
-// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to 0s on
82
-// re-serialization.
+// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to
+// any value on re-serialization.
83
#[macro_export]
84
macro_rules! test_msg_hole {
85
($MsgType: path, $data: ident, $hole: expr, $hole_len: expr) => {
0 commit comments