golang/test/typeparam/mdempsky
Robert Griesemer 46e3d9d12a cmd/compile: use "satisfies" (not "implements") for constraint errors
Per the latest spec, we distinguish between interface implementation
and constraint satisfaction. Use the verb "satisfy" when reporting
an error about failing constraint satisfaction.

This CL only changes error messages. It has no impact on correct code.

Fixes #57564.

Change-Id: I6dfb3b2093c2e04fe5566628315fb5f6bd709f17
Reviewed-on: https://go-review.googlesource.com/c/go/+/460396
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2023-01-04 19:07:27 +00:00
..
1.dir
3.dir
4.dir
7.dir
8.dir cmd/compile: use "satisfies" (not "implements") for constraint errors 2023-01-04 19:07:27 +00:00
10.dir
12.dir
1.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
2.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
3.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
4.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
5.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
6.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
7.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
8.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
9.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
10.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
12.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
13.go cmd/compile: fix wrong dict param when getting dict type 2022-03-14 17:55:47 +00:00
14.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
15.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
16.go [dev.unified] test: add regress tests for #53276 and #53328 2022-06-10 21:35:49 +00:00
17.go [dev.unified] test: add regress tests for #53276 and #53328 2022-06-10 21:35:49 +00:00
18.go [dev.unified] test: add regress test for generic select statements 2022-06-29 19:33:57 +00:00
18.out [dev.unified] test: add regress test for generic select statements 2022-06-29 19:33:57 +00:00
19.go test: add test case for type parameter method indexing 2022-08-08 17:39:25 +00:00
20.go test: test method expressions promoted to derived types 2022-08-09 16:42:12 +00:00
21.go cmd/compile: fix devirtualization bug with unified IR 2022-08-18 17:26:32 +00:00