summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCuong Manh Le <cuong.manhle.vn@gmail.com>2022-12-01 23:58:44 +0700
committerGopher Robot <gobot@golang.org>2022-12-01 21:00:41 +0000
commit86963b458ebe564f16e66dde0319af7f72e46480 (patch)
tree270124f86f26b177b8279294b66c76a2f4e76ee3 /doc
parentcc1771e2fd0fbf02079f76a21b3548d6988296b0 (diff)
downloadgo-git-86963b458ebe564f16e66dde0319af7f72e46480.tar.gz
doc: add release note for cgo.Incomplete
Updates #46731 Change-Id: Ie64e87d759c48642582342d221b24f77bb81d47a Reviewed-on: https://go-review.googlesource.com/c/go/+/453556 Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index ab09effaff..173ae95715 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -1009,6 +1009,15 @@ proxyHandler := &httputil.ReverseProxy{
</dd>
</dl><!-- regexp -->
+<dl id="runtime/cgo"><dt><a href="/pkg/runtime/cgo/">runtime/cgo</a></dt>
+ <dd>
+ <p><!-- https://go.dev/issue/46731 -->
+ Go 1.20 adds new <a href="/pkg/runtime/cgo/#Incomplete"><code>Incomplete</code></a> marker type.
+ Code generated by cgo will use <code>cgo.Incomplete</code> to mark an incomplete C type.
+ </p>
+ </dd>
+</dl><!-- runtime/cgo -->
+
<dl id="runtime/metrics"><dt><a href="/pkg/runtime/metrics/">runtime/metrics</a></dt>
<dd>
<p><!-- https://go.dev/issue/47216, https://go.dev/issue/49881 -->
@@ -1155,8 +1164,6 @@ proxyHandler := &httputil.ReverseProxy{
<!-- https://go.dev/issue/55358 x/exp/slices -->
<!-- https://go.dev/issue/54714 x/sys/unix -->
<!-- https://go.dev/issue/50035 https://go.dev/issue/54237 x/time/rate -->
-<!-- CL 421879: cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap -->
-<!-- https://go.dev/issue/46731: replace `//go:notinheap` with runtime/internal/sys.NotInHeap -->
<!-- CL 345488 strconv optimization -->
<!-- CL 428757 reflect deprecation, rolled back -->
<!-- https://go.dev/issue/49390 compile -l -N is fully supported -->