8000
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
See issue #11350 for background info. Split out this part as a separate error.
package a const a int = 1-1/1e100
The error message "constant 1 truncated to integer" error does not make sense. It should be clearer.
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/35411 mentions this issue.
Sorry, something went wrong.
e99dafc
No branches or pull requests
See issue #11350 for background info. Split out this part as a separate error.
package a
const a int = 1-1/1e100
The error message "constant 1 truncated to integer" error does not make sense. It should be clearer.
The text was updated successfully, but these errors were encountered: