diff --git a/_content/doc/go1.23.md b/_content/doc/go1.23.md index e6c56e8b0f..8bafe13f56 100644 --- a/_content/doc/go1.23.md +++ b/_content/doc/go1.23.md @@ -35,7 +35,8 @@ For motivation see the 2022 ["range-over-func" discussion](/issue/56413). Go 1.23 includes preview support for [generic type aliases](/issue/46477). -Building the toolchain with `GOEXPERIMENT=aliastypeparams` enables this feature. +Building the toolchain with `GOEXPERIMENT=aliastypeparams` enables this feature within a package. +(Using generic alias types across package boundaries is not yet supported.) ## Tools {#tools}