Closed as not planned
Closed as not planned
Description
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.