]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types2: adjusted array error message for compiler
authorRobert Griesemer <gri@golang.org>
Wed, 9 Dec 2020 01:48:39 +0000 (17:48 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 9 Dec 2020 23:54:59 +0000 (23:54 +0000)
commit810957b1555358fd22e6dfd75cdceb2117362f91
treece6342717b83cc898b33b2bbc4d08c5dd3333a30
parentc32566c336519f378c07575b0149507a261032e9
[dev.typeparams] cmd/compile/internal/types2: adjusted array error message for compiler

Also: Triaged/adjusted some more test/fixedbugs tests.
Change-Id: Idaba1875273d6da6ef82dd8de8edd8daa885d32c
Reviewed-on: https://go-review.googlesource.com/c/go/+/276472
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/expr.go
test/fixedbugs/issue6750.go
test/fixedbugs/issue6772.go
test/fixedbugs/issue7129.go
test/fixedbugs/issue7150.go
test/fixedbugs/issue7153.go
test/fixedbugs/issue7223.go
test/fixedbugs/issue7310.go
test/run.go