cmd/compile: internal compiler error: append outside assignment #31010
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not with go 1.12.1.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I tried to create a minimal example, but it doesn't fail:
It may be related to the reflect stuff in
slices.ToEmptyInterface
, or less deterministic results fromrest
.What did you expect to see?
Successful compile
What did you see instead?
At the append above, with the relevant imports:
The text was updated successfully, but these errors were encountered: