aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/go/types/66559.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/next/6-stdlib/99-minor/go/types/66559.md')
-rw-r--r--doc/next/6-stdlib/99-minor/go/types/66559.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/go/types/66559.md b/doc/next/6-stdlib/99-minor/go/types/66559.md
new file mode 100644
index 0000000000..fbaf39191e
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/go/types/66559.md
@@ -0,0 +1,3 @@
+The [Alias] type now has an [Rhs] method that returns the type on the
+right-hand side of its declaration: given `type A = B`, the `Rhs` of A
+is B. ([#66559](/issue/12345))