-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/compile: internal compiler error: missing import reader for sync.(*Once).Do . #49143
Comments
Fix:
Maybe need |
Would you mind providing what repo causes this ICE? I tried |
Sorry. Company project cannot be provided. |
So to clarify, you get this error when importing |
@cuonglm Thanks. |
Change https://golang.org/cl/358814 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
no
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Sorry, I can't implement the smallest example. But I found the wrong submission.
What did you expect to see?
build succeeds
What did you see instead?
Cause:
#49094
cmd/compile: only look for struct type when crawling inline body 9ff91b9
The text was updated successfully, but these errors were encountered: