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
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
It looks like x/tools/go/ssa is still waiting on generics support. I'm raising this here as a reference and reminder to check that analysis of generics works once that package is fixed.
The text was updated successfully, but these errors were encountered:
When I scan a repo using Go 1.18 generics, gokart panics with the message:
zeroConst: unexpected T
.For reference, the only function in the repo using generics is as follows:
It looks like
x/tools/go/ssa
is still waiting on generics support. I'm raising this here as a reference and reminder to check that analysis of generics works once that package is fixed.The text was updated successfully, but these errors were encountered: