diff --git a/doc/go1.18.html b/doc/go1.18.html index c93c91ebbc..daf8755b28 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -97,6 +97,11 @@ Do not send CLs removing the interior tags from such phrases. The Go compiler cannot currently handle type declarations inside generic functions or methods. We hope to provide support for this feature in Go 1.19. +
  • + The Go compiler currently does not accept arguments of type parameter type with + the predeclared functions real, imag, and complex. + We hope to remove this restriction in Go 1.19. +
  • Embedding a type parameter, or a pointer to a type parameter, as an unnamed field in a struct type is not permitted. Similarly