We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code causes a compiler crash (playground):
package p import "time" type S[T any] struct { a T b time.Time } var _ S[time.Time]
panic: /Users/gri/goroot/src/cmd/compile/internal/types2/validtype.go:126: assertion failed [recovered] panic: /Users/gri/goroot/src/cmd/compile/internal/types2/validtype.go:126: assertion failed [recovered] panic: /Users/gri/goroot/src/cmd/compile/internal/types2/validtype.go:126: assertion failed
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/571836 mentions this issue: go/types, types2: avoid assertio failure in Checker.validType
go/types, types2: avoid assertio failure in Checker.validType
Sorry, something went wrong.
83b2b47
griesemer
No branches or pull requests
The following code causes a compiler crash (playground):
The text was updated successfully, but these errors were encountered: