@mknyszek requested issue #68990 to be considered for backport to the next 1.23 minor release.
@gopherbot Please open a backport issue for Go 1.23.
This problem accidentally limits what types the
unique
package can work with, and results in panics. Also, the fix is very simple and low risk.
Comment From: gopherbot
Change https://go.dev/cl/607435 mentions this issue: [release-branch.go1.23] unique: use TypeFor instead of TypeOf to get type in Make
Comment From: gopherbot
Closed by merging CL 607435 (commit 76346b354337c7011eddef040de7696307450e41) to release-branch.go1.23
.