You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is related to x/tools/go/ssa but nilness, unusedwrite are not in the package x/tools/go/ssa.
So I don't know what is the best approach to track this.
If you think that #48525 is enough, you can consider this issue as a duplicate.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
It's related to generics.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I use the following analyzers:
These 3 analyzers are related to the support of generics in the SSA package #48525.
Related to #48704 and #50558
What did you expect to see?
No panic.
What did you see instead?
The text was updated successfully, but these errors were encountered: