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 upCompile fails on latest nightly rust 1.28.0 #1730
Comments
This comment has been minimized.
|
It's a rustc bug, see #1700 #1701 #1705 #1711 #1729, rust-lang/rust#50825 and rust-lang/rust#51042 |
Eijebong
closed this
May 24, 2018
This comment has been minimized.
theom
commented
May 25, 2018
•
|
Since I was using rocket as well, the following solved the issue for me:
|
weiznich
referenced this issue
May 25, 2018
Closed
the trait bound `<expression::count::CountStar as expression::Expression>::SqlType: sql_types::ops::Add` is not satisfied #1731
weiznich
referenced this issue
Jun 6, 2018
Closed
Unable to build with latest nightly version. #1754
This comment has been minimized.
bboyadao
commented
Jun 12, 2018
|
@theom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aario commentedMay 24, 2018
Setup
Versions
Feature Flags
Problem Description
Compile fails:
What are you trying to accomplish?
Compile.
What is the expected output?
Compile.
What is the actual output?
Error as in above.
Are you seeing any additional errors?
Steps to reproduce
I tried to compile this:
https://github.com/sean3z/rocket-diesel-rest-api-example
Checklist