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
This is fixed by cfa233d , which was just checked in yesterday, assuming I am running your code correctly via 'go run cmd/main.go'. I get the problem without the above change, and have a successful run with the above change.
Let me know if there's still a problem, else you can close this. (And of course feel free to create a new issue if you run into any further problem.)
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Using master
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I was trying to implement a simple library for broadcasting messages between goroutines using generics
https://github.com/IlyaFloppy/observable
Then faced internal compiler error using it
https://github.com/IlyaFloppy/genericsbug
Code compiles and works as expected if either line 1 or 2 is removed.
What did you expect to see?
Successful compilation
What did you see instead?
Internal compiler error
Full error message
The text was updated successfully, but these errors were encountered: