Skip to content

Commit 95ea085

Browse files
griesemerjproberts
authored andcommitted
Revert "doc/go1.18: document type parameter name restriction"
This reverts CL 376414. For golang#47694. For golang#50481. Change-Id: Ie73961046e52e6e5d3262ef0aeaa24bec7eaa937 Reviewed-on: https://go-review.googlesource.com/c/go/+/379835 Trust: Robert Griesemer <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 5eec393 commit 95ea085

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/go1.18.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ <h3 id="generics">Generics</h3>
108108
interface type with a non-empty method set. Whether this will
109109
ever be permitted is unclear at present.
110110
</li>
111-
<li><!-- https://golang.org/issue/50481 -->
112-
A generic type or function currently may declare at most one blank (<code>_</code>)
113-
type parameter name. Note that it is always possible to use an arbitrary new
114-
(unused) identifier in place of a blank type parameter name.
115-
We plan to remove this restriction in Go 1.19.
116-
</li>
117111
</ul>
118112
</p>
119113

0 commit comments

Comments
 (0)