You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./prog.go:16:17: internal compiler error: assertion failed
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
Go build failed.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Happens with 1.18 (I have tried with 1.18.9 and 1.18.10) but does not happen with 1.19 (tried with 1.19.3 and 1.19.5)
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran tests for https://github.com/stephenafamo/bob.
I have been able to provide a minimal example on the playground.
What did you expect to see?
Compile and run the program successfully
What did you see instead?
The text was updated successfully, but these errors were encountered: