cmd/vet: don't report "loop variable captured" error for versions >= go1.22 #63891
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
The new loop variable semantics (#60078) is enabled for go1.22 so
go vet
shouldn't report an error for captured loop variables anymore.The playground at tip shows the new loop variable semantics but still reports a vet error.
Related to #57063.
The text was updated successfully, but these errors were encountered: