diff --git a/doc/go1.22.html b/doc/go1.22.html index dc752a9ffe..c1535cc275 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -516,8 +516,11 @@ Do not send CLs removing the interior tags from such phrases. TODO: https://go.dev/issue/63223: API changes to support explicit Alias nodes

-

- TODO: https://go.dev/issue/61035: go/types, types2: fix SizesFor("gc", ...) to match actual gc behavior +

+ The implementation of SizesFor has been adjusted to compute + the same type sizes as the compiler when the compiler argument for SizesFor is "gc". + The default Sizes implementation used by the type checker is now + types.SizesFor("gc", "amd64").