...

Text file src/cmd/go/testdata/script/godebug_unknown.txt

Documentation: cmd/go/testdata/script

     1! go build
     2stderr 'p.go:1:1: invalid //go:debug: unknown //go:debug setting "x"'
     3
     4-- go.mod --
     5module m
     6-- p.go --
     7//go:debug x=y
     8package main
     9func main() {}

View as plain text