diff --git a/doc/go1.21.html b/doc/go1.21.html index c6af33ac6d..f7ffc19117 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -145,10 +145,11 @@ Do not send CLs removing the interior tags from such phrases.

- + Go 1.21 includes a preview of a language change we are considering for a future version of Go: + making for loop variables per-iteration instead of per-loop, to avoid accidental sharing bugs. + For details about how to try that language change, see the LoopvarExperiment wiki page.

-

TODO: complete this section