cmd/vet: incorrect detection of self-assignment #22174
Closed
Comments
I'll take a stab at this later. |
Change https://golang.org/cl/69116 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
Save https://play.golang.org/p/d5JNE7rvLc to main.go
Execute
go vet main.go
What did you expect to see?
Nothing. The code is not self-assigning.
What did you see instead?
The text was updated successfully, but these errors were encountered: