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

diesel_codegen doesn't compile with current nightly #369

Closed
aochagavia opened this Issue Jul 3, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@aochagavia

aochagavia commented Jul 3, 2016

I get errors with rustc 1.11.0-nightly (1ab87b65a 2016-07-02). This is probably caused by ast::TokenTree being moved to tokenstream::TokenTree.

Unfortunately, I am hitting a rustc bug and the compiler hangs indefinitely when trying to compile diesel_codegen, so I cannot contribute with a patch until I figure out what is going on.

@sgrif

This comment has been minimized.

Member

sgrif commented Jul 3, 2016

Thank you for the report. Because keeping up with nightly perpetually causes a lot of churn, our policy is currently that we will support nightlies on the dates that Rust releases. This means that the next nightly we will support will be on July 7th (because I am at a conference, it may not get updated until a few days after that date, but that will be the date we target). Thanks for your patience and understanding.

@sgrif sgrif closed this Jul 3, 2016

@aochagavia

This comment has been minimized.

aochagavia commented Jul 4, 2016

No problem. Thank you for the library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment