Skip to content

Commit

Permalink
_content/doc/go1.23: document known issue for generic alias types
Browse files Browse the repository at this point in the history
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 <iant@google.com>
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Bypass: Robert Griesemer <gri@google.com>
  • Loading branch information
griesemer authored and Robert Griesemer committed Jul 25, 2024
1 parent 0597db8 commit cb8315e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _content/doc/go1.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ For motivation see the 2022 ["range-over-func" discussion](/issue/56413).

<!-- go.dev/issue/46477, CL 566856, CL 586955, CL 586956 -->
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}

Expand Down

0 comments on commit cb8315e

Please sign in to comment.