]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix error message for mismatch between the number of type params and...
authorRaghvender <raghvenders@gmail.com>
Tue, 21 Nov 2023 01:43:13 +0000 (19:43 -0600)
committerGopher Robot <gobot@golang.org>
Fri, 8 Dec 2023 00:50:55 +0000 (00:50 +0000)
commit4bf1ca4b0ce9a08f4c45d68fe49857914f668f69
treedbd64063e1e85bf981164016a6d2ff987d447670
parent788a22775931ed6ca26426c5bf78ce3716b304ba
cmd/compile: fix error message for mismatch between the number of type params and arguments

Fixes #64276

Change-Id: Ib6651669904e6ea0daf275d85d8bd008b8b21cc6
Reviewed-on: https://go-review.googlesource.com/c/go/+/544018
Reviewed-by: raghvender sundarjee <raghvenders@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
13 files changed:
src/cmd/compile/internal/types2/instantiate.go
src/cmd/compile/internal/types2/typexpr.go
src/go/types/instantiate.go
src/go/types/typexpr.go
src/internal/types/testdata/check/typeinference.go
src/internal/types/testdata/check/typeinst0.go
src/internal/types/testdata/fixedbugs/issue49541.go
src/internal/types/testdata/fixedbugs/issue50929.go
src/internal/types/testdata/fixedbugs/issue51232.go
src/internal/types/testdata/fixedbugs/issue51233.go
src/internal/types/testdata/fixedbugs/issue51339.go
test/typeparam/issue51232.go
test/typeparam/issue51233.go