cmd/compile: "invalid recursive type" error is not as helpful as go/types #41575
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
I had a cyclic type involving four types across three files, so I really did have to reach for
gotype
to understand what was going on. I think we should improve the compiler's typechecker to provide a similarly detailed error.cc @griesemer @mdempsky @cuonglm
The text was updated successfully, but these errors were encountered: