]> Cypherpunks repositories - gostls13.git/commit
go/types: print assignment operation for invalid operation errors
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 20 Oct 2021 05:31:53 +0000 (12:31 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 21 Oct 2021 02:35:47 +0000 (02:35 +0000)
commitfca46d0b36c10250713ec0f4c9bf13d626f358d1
tree233e070b63b019a7b056bd193d6cdf5668963afc
parent73652af80d9f33de946fc3a91c6900a81247df18
go/types: print assignment operation for invalid operation errors

This is port of CL 357229 for types2 to go/types.

Change-Id: I35ed6b784969210a00ea5b36238df7d6b7fa18bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/357230
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/go/types/expr.go
src/go/types/testdata/fixedbugs/issue48472.go2