From 00535b839841227ba60c2de78fbf767088f865bc Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 9 Mar 2022 12:58:50 -0800 Subject: [PATCH] spec: remove note re: field accesses on type literals For #51576. Change-Id: I43f72c3fb618e724d46360a70ab9f8abc3d63273 Reviewed-on: https://go-review.googlesource.com/c/go/+/391137 Trust: Robert Griesemer Reviewed-by: Ian Lance Taylor --- doc/go_spec.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index cfbb17e3bba8e..d241dada72e1a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3289,10 +3289,6 @@

Primary expressions

Selectors

-

-[This section is missing rules for x.f where x's type is a type parameter and f is a field.] -

-

For a primary expression x that is not a package name, the