]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler
authorRobert Griesemer <gri@golang.org>
Wed, 9 Dec 2020 20:28:15 +0000 (12:28 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 9 Dec 2020 23:59:57 +0000 (23:59 +0000)
commitedf80c4209a03bc656edfa5222b8fbd7fd072401
treec2f67b8917b6dc45f600873b034589e77c7407b4
parent43c7b214dba8b2a5bfd7d22b66b875865d0aa0f2
[dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler

Triaged and adjusted more test/fixedbugs/* tests.

Change-Id: I80b9ead2445bb8d126b7d79db4bea9ddcb225a84
Reviewed-on: https://go-review.googlesource.com/c/go/+/276812
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
47 files changed:
src/cmd/compile/internal/types2/decl.go
src/cmd/compile/internal/types2/expr.go
src/cmd/compile/internal/types2/resolver.go
test/fixedbugs/issue13480.go
test/fixedbugs/issue17588.go
test/fixedbugs/issue18392.go
test/fixedbugs/issue19323.go
test/fixedbugs/issue19482.go
test/fixedbugs/issue19699b.go
test/fixedbugs/issue19880.go
test/fixedbugs/issue19947.go
test/fixedbugs/issue20185.go
test/fixedbugs/issue20227.go
test/fixedbugs/issue20415.go
test/fixedbugs/issue20749.go
test/fixedbugs/issue22389.go
test/fixedbugs/issue22794.go
test/fixedbugs/issue22822.go
test/fixedbugs/issue22921.go
test/fixedbugs/issue23094.go
test/fixedbugs/issue23609.go
test/fixedbugs/issue23823.go
test/fixedbugs/issue24470.go
test/fixedbugs/issue25727.go
test/fixedbugs/issue26416.go
test/fixedbugs/issue26616.go
test/fixedbugs/issue27595.go
test/fixedbugs/issue28079c.go
test/fixedbugs/issue28450.go
test/fixedbugs/issue30085.go
test/fixedbugs/issue30087.go
test/fixedbugs/issue35291.go
test/fixedbugs/issue38117.go
test/fixedbugs/issue38745.go
test/fixedbugs/issue3925.go
test/fixedbugs/issue4085a.go
test/fixedbugs/issue41247.go
test/fixedbugs/issue41440.go
test/fixedbugs/issue41500.go
test/fixedbugs/issue4215.go
test/fixedbugs/issue4251.go
test/fixedbugs/issue4429.go
test/fixedbugs/issue4458.go
test/fixedbugs/issue4470.go
test/fixedbugs/issue4517d.go
test/fixedbugs/issue4909a.go
test/run.go