cmd/cgo: -godefs mishandles enum value #39534
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
Reduced test case:
Running
go tool cgo -godefs x.go
with Go 1.14 producesWith tip it produces
Although
-godefs
is not seriously supported, we shouldn't break it like this.This may be due to https://golang.org/cl/230037. CC @mdempsky
The text was updated successfully, but these errors were encountered: