testing: enforce the documented restriction on fuzz target result parameters #51222
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
The documentation for
F.Fuzz
states that "ff must be a function with no return value", but in practice this is not enforced. For example, the following invocation is accepted:We should enforce the documented restriction. If we don't, users will likely depend on the current behavior. We can always relax this restriction in the future.
Marking as a release blocker as this is an API change.
CC @golang/release @bcmills
The text was updated successfully, but these errors were encountered: