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
Duplicate of #48525. x/tools/go/ssa and packages based on it, like nilness, do not yet support code containing generics. FWIW I am actively working to address this.
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
)?go env
OutputWhat did you do?
Install any analyser that uses
golang.org/x/tools/go/ssa
. I've triednilness
andunparam
.Try running it on the following code:
What did you expect to see?
No errors.
What did you see instead?
nilness .
The text was updated successfully, but these errors were encountered: