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 a66b801 commit b8fc761Copy full SHA for b8fc761
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