Implementation of `fuzz_target!` is overly restrictive
cole-miller opened this issue · 0 comments
cole-miller commented
The fuzz_target!
macro doesn't accept closures that use a nontrivial pattern for the single argument, like |mut data| { ... }
:
Line 204 in e07c487