From cb8315ecdb91221b8beb39d36ac6180af4a6c9cf Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 24 Jul 2024 16:25:31 -0700 Subject: [PATCH] _content/doc/go1.23: document known issue for generic alias types For golang/go#68526. For golang/go#65614. Change-Id: I260da94ffaae0d6583e6396b0a78b46dd298313c Reviewed-on: https://go-review.googlesource.com/c/website/+/600936 Reviewed-by: Ian Lance Taylor Reviewed-by: Tim King Reviewed-by: Robert Griesemer TryBot-Bypass: Robert Griesemer --- _content/doc/go1.23.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_content/doc/go1.23.md b/_content/doc/go1.23.md index e6c56e8b..8bafe13f 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}