From https://tip.golang.org/doc/go1.23
Go 1.23 includes preview support for generic type aliases. Building the toolchain with GOEXPERIMENT=aliastypeparams enables this feature.
We need to make sure we handle code navigation for generic parameters in type aliases correctly.