]> Cypherpunks repositories - gostls13.git/commit
spec: remove cycle restriction for type parameters
authorRobert Griesemer <gri@google.com>
Mon, 13 Oct 2025 23:57:34 +0000 (16:57 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 13 Nov 2025 14:26:25 +0000 (06:26 -0800)
commit4684a26c2606eae5ec3d06d17f66a66374315a47
tree0805f33018e7f1e9efe76959cdb87e8a3c0b0e97
parent0f9c8fb29dfe70f3688bda95cb6cb38dfa7fff9f
spec: remove cycle restriction for type parameters

Fixes #75883.

Change-Id: I708c0594ef3182d3aca37a6358aa0a0ef89809b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/711422
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
doc/go_spec.html
src/internal/types/testdata/fixedbugs/issue75883.go [new file with mode: 0644]