]> Cypherpunks repositories - gostls13.git/commit
go/types: adjust type-checking of pointer types
authorRobert Griesemer <gri@golang.org>
Tue, 12 Nov 2024 22:14:19 +0000 (14:14 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 13 Nov 2024 17:15:38 +0000 (17:15 +0000)
commit5e91059f8b5cc078b4b0bfa38290a98414e441e2
tree657f7a9075ac725297f505a60d76824b79935414
parentc759ea7471de5a62c88325981e8c86beab78bed8
go/types: adjust type-checking of pointer types

This matches the behavior of types2.

For #49005.

Change-Id: I45661c96124f1c75c4fb6f69cbba7c73984a8231
Reviewed-on: https://go-review.googlesource.com/c/go/+/626039
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
src/go/types/typexpr.go