We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5ec07 commit ae9938fCopy full SHA for ae9938f
doc/next/5-toolchain.md
@@ -1,5 +1,11 @@
1
## Compiler {#compiler}
2
3
+<!-- go.dev/issue/60725, go.dev/issue/57926 -->
4
+The compiler already disallowed defining new methods with receiver types that were
5
+cgo-generated, but it was possible to circumvent that restriction via an alias type.
6
+Go 1.24 now always reports an error if a receiver denotes a cgo-generated type,
7
+whether directly or indirectly (through an alias type).
8
+
9
## Assembler {#assembler}
10
11
## Linker {#linker}
0 commit comments