]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: delete TypeList.String
authorRobert Griesemer <gri@golang.org>
Fri, 28 Jan 2022 05:26:27 +0000 (21:26 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 28 Jan 2022 22:21:55 +0000 (22:21 +0000)
commitb37c6e15477a934f894488751bed8abcf16b4f5c
tree8dfecff6b6a97f3395df66ac47f8fc901a9296d2
parent8f7d96f5bcb927a576a43b890f2643e521107665
go/types, types2: delete TypeList.String

This method is unused and was not discussed in the API
proposals. Note that all error output goes through the
local sprintf which handles arguments specially.

Fixes #50760.

Change-Id: Iae66b0253cc0ece037d3d280951dc2d223c119fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/381634
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
api/go1.18.txt
src/cmd/compile/internal/types2/typelists.go
src/go/types/typelists.go