cmd/vet: "unexpected kind tag" when running default 'go test' analyzers on a package that uses generics #48101
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone
Now that #48094 is fixed, I'm running into another issue using generics, this time via
go vet
and whatevercmd/vet
uses to import packages.What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
In the root of the repository at bcmills/unsafeslice@849066c, run
go test .
.What did you expect to see?
A successful test run, or a test failure, or a compile error indicating a problem in my code.
What did you see instead?
CC @griesemer @findleyr @mdempsky @cuonglm
The text was updated successfully, but these errors were encountered: