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 d2ce939 commit ed766b6Copy full SHA for ed766b6
src/cmd/compile/internal/ir/node.go
@@ -471,7 +471,7 @@ const (
471
UintptrEscapes // pointers converted to uintptr escape
472
473
// Runtime-only func pragmas.
474
- // See ../../../../runtime/README.md for detailed descriptions.
+ // See ../../../../runtime/HACKING.md for detailed descriptions.
475
Systemstack // func must run on system stack
476
Nowritebarrier // emit compiler error instead of write barrier
477
Nowritebarrierrec // error on write barrier in this or recursive callees
0 commit comments