]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types, cmd/compile/internal/types2: fix incorrect string(int...
authorRobert Griesemer <gri@golang.org>
Tue, 24 Nov 2020 01:15:00 +0000 (17:15 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 24 Nov 2020 01:34:16 +0000 (01:34 +0000)
commita324aebb7ddc38c8d52165df4db75bf7ea63480e
tree410b7ed1a2cf6c667deede5b35a563937796f645
parent8fbdacf64c982b9a7f8cb27754bb01cedffa53c7
[dev.typeparams] go/types, cmd/compile/internal/types2: fix incorrect string(int) conversion (regression)

This is a 1:1 port of the go/types changes in
https://golang.org/cl/272666 (master branch).

Updates #42790.

Change-Id: I5da372961df48129b25777ed705b84d7201393ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/272669
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/types2/conversions.go
src/go/types/conversions.go