macro_rules! fuzz_nohook {
( $($x:tt)* ) => { ... };
}Expand description
Like fuzz! above, but panics that are caught inside the fuzzed code are not turned into
crashes.
macro_rules! fuzz_nohook {
( $($x:tt)* ) => { ... };
}Like fuzz! above, but panics that are caught inside the fuzzed code are not turned into
crashes.