-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
rocket_codegen Build Fails 1.38.0-nightly #1049
Comments
I think it's rust-lang/rust#62562 |
Just to save a link, you can roll back to nightly-2019-07-10 before it gets fixed. |
As this is a compiler bug, there's unfortunately nothing we can do but wait for tonight's nightly. |
rocket does not build on nightly-2019-07-10 either:
|
😢 Roll back another day. I had it building on nightly-2019-07-09. On a bright note, fix has been merged into master: rust-lang/rust#62574 |
yeah with 2019-07-09 it works, now we have to convince our docker containers to use that version :( If you'd solve #19 that would be great :) |
Are you using Rocket in prod? What company/site? (Purely out of curiosity, and since my friend was asking about nightlies in prod.) |
It is just a hobby project with a fanatic nightly rustacean project lead :| Unfortunately the Cinsects CTF is gonna start in 8.5 hours and we have to get our infrastructure up and running until then, otherwise we'd have to gather and deploy ssh keys manually like some kind of animal! |
@Trolldemorted New nightly build is available now and I can confirm that the issue is fixed. Build on the latest release: |
A brief description of the bug that includes:
Hello world example fails to compile rocket_codegen on latest ubuntu and latest nightly rust.
How you uncovered the bug. Short, reproducible tests are especially useful.
5. Ideas, if any, about what Rocket is doing incorrectly.The text was updated successfully, but these errors were encountered: