]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: add missing Unalias call to type string functionality
authorRobert Griesemer <gri@golang.org>
Thu, 23 May 2024 20:54:17 +0000 (13:54 -0700)
committerRobert Griesemer <gri@google.com>
Thu, 23 May 2024 21:17:10 +0000 (21:17 +0000)
commit13e3068b9c0f8640207b1497d15b730b8e31bb51
tree3496fd3e3e656aad80fd2f70a5797c2ea9d5db3a
parentacc93dac8360640f860cf25985aebe7039bc71a5
go/types, types2: add missing Unalias call to type string functionality

For #67547.

Change-Id: I999cd31f9a01f91e7984b4e7012c81e8bd9c6b06
Reviewed-on: https://go-review.googlesource.com/c/go/+/587940
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/types2/operand.go
src/go/types/operand.go
src/internal/types/testdata/fixedbugs/issue67547.go