We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Go 1.22 regression (1.21 works)
go env
Not relevant, happens on Go playground: https://go.dev/play/p/mJULW_pJBIf
Compile the following program:
package main func main() {} func fail() { return something := false loop: for { if something { break loop } } }
Compiler assert
No crash
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #65593. Fix will be out in the next 1.22 release.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Go version
Go 1.22 regression (1.21 works)
Output of
go env
in your module/workspace:Not relevant, happens on Go playground: https://go.dev/play/p/mJULW_pJBIf
What did you do?
Compile the following program:
What did you see happen?
Compiler assert
What did you expect to see?
No crash
The text was updated successfully, but these errors were encountered: