cmd/compile: puzzling "does not satisfy comparable" error message #49112
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
Building prints:
The error message for
f(v1)
makes sense:but the one for
f(v2)
is puzzling:It mentions the predeclared constraint
comparable
, butcomparable
has nothing to do withI
. Why?cc @griesemer @findleyr
The text was updated successfully, but these errors were encountered: