cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.Name #58325
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Attempt to run the following program with Go 1.20
(this is a silly example, but it was extracted and minimized from a much larger program while trying to get Go 1.20 running)
What did you expect to see?
The binary runs successfully and does nothing.
What did you see instead?
The text was updated successfully, but these errors were encountered: