From 95ea08549096dec9724c97bdaf6f875ad754e7ed Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 20 Jan 2022 16:20:33 -0800 Subject: [PATCH] Revert "doc/go1.18: document type parameter name restriction" This reverts CL 376414. For #47694. For #50481. Change-Id: Ie73961046e52e6e5d3262ef0aeaa24bec7eaa937 Reviewed-on: https://go-review.googlesource.com/c/go/+/379835 Trust: Robert Griesemer Reviewed-by: Ian Lance Taylor --- doc/go1.18.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index a43b65d0a21f39..4d1b6520ee6ea4 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -108,12 +108,6 @@

Generics

interface type with a non-empty method set. Whether this will ever be permitted is unclear at present. -
  • - A generic type or function currently may declare at most one blank (_) - type parameter name. Note that it is always possible to use an arbitrary new - (unused) identifier in place of a blank type parameter name. - We plan to remove this restriction in Go 1.19. -