cmd/compile: "invalid recursive type" should abort #28294
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
This seems to be similar to #21273 (fixed in Go 1.10).
The above fails with
The above is clear enough in this small case, but I had this happen to me (again, an automatic refactoring gone wrong) in a bigger program and all I saw was a list of
invalid constant type
(that looked valid), and thentoo many errors
.The text was updated successfully, but these errors were encountered: