cmd/vet: %#x
recursion is not recognized
#73825
Labels
BugReport
Issues describing a possible bug in the Go implementation.
Go version
go version go1.24.3 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
vet
did not recognize%#x
or%#X
causes recursiveError
call.Change the format verb to
%x
and it correctly reports the issue.What did you expect to see?
vet
should recognize that%#x
and%#X
cause recursiveError
call.The text was updated successfully, but these errors were encountered: