We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 rejects to compile to following correct program:
package main func main() { switch &(struct{}{}) { } }
./1.go:6: cannot take the address of struct {} literal
gotype and -oldparser eat it.
go version devel +25a28da Sun Nov 15 23:41:28 2015 +0000 linux/amd64
Found with GoSmith (https://github.com/dvyukov/gosmith).
The text was updated successfully, but these errors were encountered:
Started.
Sorry, something went wrong.
CL https://golang.org/cl/17040 mentions this issue.
5500d46
No branches or pull requests
cmd/compile rejects to compile to following correct program:
gotype and -oldparser eat it.
go version devel +25a28da Sun Nov 15 23:41:28 2015 +0000 linux/amd64
Found with GoSmith (https://github.com/dvyukov/gosmith).
The text was updated successfully, but these errors were encountered: