go/types: type mismatch with func error less helpful since go 1.18 #73428
Labels
BugReport
Issues describing a possible bug in the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.24.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
This like #57160, but with
func
instead of pointers:What did you see happen?
But even if you could convert it to func(), it's not comparable with
<
What did you expect to see?
Like go 1.17:
The text was updated successfully, but these errors were encountered: