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 current build fails with:
error: literal out of range for i16 [INFO] [stdout] --> src/lib.rs:1603:23 [INFO] [stdout] | [INFO] [stdout] 6 | let mut numbers = [5, 65000]; [INFO] [stdout] | ^^^^^
picked this up from a crater run
The text was updated successfully, but these errors were encountered:
We should definitely fix this, but this seems like a bug with Rust nightly. Overflowing integer literals shouldn't cause compilation failures on Rust 2015. It was only switched to deny in Rust 2018: https://github.com/rust-lang/rfcs/blob/master/text/2438-deny-integer-literal-overflow-lint.md
deny
Sorry, something went wrong.
Thanks. Will create an issue upstream (if it doesn't exist)
overflowing_literals was switched to deny in 2015 in rust-lang/rust#55632.
overflowing_literals
c25f0f9
No branches or pull requests
The current build fails with:
picked this up from a crater run
The text was updated successfully, but these errors were encountered: