File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1009,6 +1009,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
1009
1009
</ dd >
1010
1010
</ dl > <!-- regexp -->
1011
1011
1012
+ < dl id ="runtime/cgo "> < dt > < a href ="/pkg/runtime/cgo/ "> runtime/cgo</ a > </ dt >
1013
+ < dd >
1014
+ < p > <!-- https://go.dev/issue/46731 -->
1015
+ Go 1.20 adds new < a href ="/pkg/runtime/cgo/#Incomplete "> < code > Incomplete</ code > </ a > marker type.
1016
+ Code generated by cgo will use < code > cgo.Incomplete</ code > to mark an incomplete C type.
1017
+ </ p >
1018
+ </ dd >
1019
+ </ dl > <!-- runtime/cgo -->
1020
+
1012
1021
< dl id ="runtime/metrics "> < dt > < a href ="/pkg/runtime/metrics/ "> runtime/metrics</ a > </ dt >
1013
1022
< dd >
1014
1023
< p > <!-- https://go.dev/issue/47216, https://go.dev/issue/49881 -->
@@ -1155,8 +1164,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
1155
1164
<!-- https://go.dev/issue/55358 x/exp/slices -->
1156
1165
<!-- https://go.dev/issue/54714 x/sys/unix -->
1157
1166
<!-- https://go.dev/issue/50035 https://go.dev/issue/54237 x/time/rate -->
1158
- <!-- CL 421879: cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap -->
1159
- <!-- https://go.dev/issue/46731: replace `//go:notinheap` with runtime/internal/sys.NotInHeap -->
1160
1167
<!-- CL 345488 strconv optimization -->
1161
1168
<!-- CL 428757 reflect deprecation, rolled back -->
1162
1169
<!-- https://go.dev/issue/49390 compile -l -N is fully supported -->
You can’t perform that action at this time.
0 commit comments