-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Compile fails on latest nightly rust 1.28.0 #1730
Comments
It's a rustc bug, see #1700 #1701 #1705 #1711 #1729, rust-lang/rust#50825 and rust-lang/rust#51042 |
Since I was using rocket as well, the following solved the issue for me:
|
@theom |
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
The text was updated successfully, but these errors were encountered: