-
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/compile: improve compiler error message when accessing type instead of instance of type #6814
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
Waiting on compiler changes of 1.4: https://groups.google.com/d/msg/golang-dev/daq9U6pEAE8/7OSkog_uNt0J |
CL https://golang.org/cl/152570045 mentions this issue. |
CL migrated to Gerrit: https://go-review.googlesource.com/#/c/1926/ |
@evankroske Are you still working on this? |
https://go.dev/play/p/pmCgJ2W4VFZ [play]./prog.go:13:2: fmt.Println arg Foo.Bar is a func value, not called Go vet failed. 0x491400 A Foo.Bar now will fail the the vet check. Does it still need more fixing? |
No, I'm not working on this anymore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
The text was updated successfully, but these errors were encountered: