]> Cypherpunks.ru repositories - gostls13.git/commit
constraints: remove package
authorIan Lance Taylor <iant@golang.org>
Wed, 2 Feb 2022 21:22:18 +0000 (13:22 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Feb 2022 03:13:33 +0000 (03:13 +0000)
commit070951c5dcc47c9cff2ad4c1ac6170a4060a4d0c
tree04236feb63bad4b67b4f7cabd273acccb93a0822
parent8384fe86a5b7f579a50c7ad423d4dd4eb2d1f117
constraints: remove package

It has moved to golang.org/x/exp/constraints. Perhaps it will move
back to the standard library in a future release.

For golang/go#45458
Fixes golang/go#50792

Change-Id: I93aa251a7afe7b329a3d3faadc0c5d6388b1f0e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/382460
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/go1.18.txt
doc/go1.18.html
src/cmd/compile/internal/types2/testdata/fixedbugs/issue47818.go2
src/cmd/compile/internal/types2/testdata/fixedbugs/issue49705.go2
src/constraints/constraints.go [deleted file]
src/constraints/constraints_test.go [deleted file]
src/go/types/testdata/fixedbugs/issue47818.go2
src/go/types/testdata/fixedbugs/issue49705.go2
test/typeparam/issue50121.dir/a.go
test/typeparam/issue50121b.dir/a.go
test/typeparam/issue50193.go