]> Cypherpunks repositories - gostls13.git/commitdiff
spec: remove note re: field accesses on type literals
authorRobert Griesemer <gri@golang.org>
Wed, 9 Mar 2022 20:58:50 +0000 (12:58 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 10 Mar 2022 01:57:27 +0000 (01:57 +0000)
For #51576.

Change-Id: I43f72c3fb618e724d46360a70ab9f8abc3d63273
Reviewed-on: https://go-review.googlesource.com/c/go/+/391137
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go_spec.html

index cfbb17e3bba8eee6fd1d76a2148323de8033f7a9..d241dada72e1a4e8247ab955af7ffdff49e29571 100644 (file)
@@ -3289,10 +3289,6 @@ f.p[i].x()
 
 <h3 id="Selectors">Selectors</h3>
 
-<p><b>
-[This section is missing rules for x.f where x's type is a type parameter and f is a field.]
-</b></p>
-
 <p>
 For a <a href="#Primary_expressions">primary expression</a> <code>x</code>
 that is not a <a href="#Package_clause">package name</a>, the