xtask_fuzz

Macro fuzz_eprintln

Source
macro_rules! fuzz_eprintln {
    ($($arg:tt)*) => { ... };
}
Expand description

eprintln! that only gets calls when reproducing fuzz test cases locally