-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: panic: runtime error: invalid memory address or nil pointer dereference during type checking in go generate
#66670
Comments
That's a problem of the command you run, e.g. |
To close the loop--I needed to update |
Change https://go.dev/cl/577455 mentions this issue: |
This was referenced Sep 13, 2024
This was referenced Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Ran
go generate ./...
from the module root. The module is https://github.com/pgavlin/dawn.What did you see happen?
What did you expect to see?
I expected
go generate
to complete successfully.This frame seems to indicate that the receiver of
(*StdSizes).Sizeof
isnil
:Not sure how that might happen ¯_(ツ)_/¯
The text was updated successfully, but these errors were encountered: