]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: don't panic converting a constant to aliased type parameter
authorRobert Griesemer <gri@golang.org>
Tue, 21 May 2024 21:50:10 +0000 (14:50 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 21 May 2024 22:09:36 +0000 (22:09 +0000)
commit814e72f2ef280da54d1af8088b9a732fda9f217b
tree86edb83e8ac7be17af035f69e10f506031813732
parent816b6031febc51692eb667df7498f3b2332987fa
go/types, types2: don't panic converting a constant to aliased type parameter

For #67547.

Change-Id: I1b2118a311dce906327ae6e29e582da539c60b2b
Reviewed-on: https://go-review.googlesource.com/c/go/+/587157
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/conversions.go
src/go/types/conversions.go
src/internal/types/testdata/fixedbugs/issue67547.go [new file with mode: 0644]