Skip to content

Commit

Permalink
doc: add release note for cgo.Incomplete
Browse files Browse the repository at this point in the history
Updates #46731

Change-Id: Ie64e87d759c48642582342d221b24f77bb81d47a
Reviewed-on: https://go-review.googlesource.com/c/go/+/453556
Auto-Submit: Cuong Manh Le <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Cuong Manh Le <[email protected]>
Reviewed-by: Russ Cox <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
cuonglm authored and gopherbot committed Dec 1, 2022
1 parent cc1771e commit 86963b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/go1.20.html
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
</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 -->
Expand Down Expand Up @@ -1155,8 +1164,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<!-- 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 -->
Expand Down

0 comments on commit 86963b4

Please sign in to comment.