Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up"cargo install diesel_cli" fails with a generic overflow on latest nightly #1450
Comments
This comment has been minimized.
|
This appears to be a known regression in beta and nightly rust, I believe this is the same issue that was encountered on Diesel's nightly ci builds. |
This comment has been minimized.
|
Yes, this is an issue in Rust not Diesel. |
sgrif
closed this
Jan 5, 2018
This comment has been minimized.
AyushyaChitransh
commented
Mar 31, 2018
|
It would be very useful to mention here which version of rust solves the issue. From the link to comments, it seems that the problem was solved by this commit, but am unable to install diesel_cli using following versions:
|
This comment has been minimized.
AyushyaChitransh
commented
Mar 31, 2018
|
My build was failing but not due to the reasons mentioned in this issue. I was getting following error:
And I was able to resolve it by using:
Thanks to the comment |
blm768 commentedJan 5, 2018
I'm running
cargo install diesel_clion a fairly fresh installation of Arch Linux, andcargois spitting out an error message partway through the process:It seems to compile and install fine on stable, though, so it shouldn't be a significant issue unless it's also affecting other users.
What makes this particularly odd is that compiling Diesel as a project dependency works just fine for me on nightly; it's only
cargo install diesel_clithat chokes on thedieselcrate. Is anyone else seeing this behavior?Versions