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 upFailing to compile diesel_codegen-0.5.4 on rust nightly 2016-04-19 #292
Comments
This comment has been minimized.
|
The officially supported nightly version for 0.5.4 was |
sgrif
closed this
Apr 21, 2016
This comment has been minimized.
|
I need to update |
This comment has been minimized.
|
|
This comment has been minimized.
|
The getting started guide on diesel.rs should be up to date. |
This comment has been minimized.
|
Let me know if you have any more issues. :) |
This comment has been minimized.
Cottonwoods
commented
Apr 21, 2016
|
Sounds good, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cottonwoods commentedApr 20, 2016
Hope this is the right place to report this: failing the compilation of included library diesel_codegen with error: attempted access of field
nodeon type&syntax::ast::StructField, but no field with that name was found in attr.rsThis is when I try to build diesel_demo. I tried to compile on stable 2016-04-11 with --no-default-features --features with-syntex & get mismatched types from build.rs instead: expected
&mut syntex::Registry, found&mut main::syntex::RegistryCargo versions were 0.11.0 & 0.9.0 respectively. Let me know if I need to include any more information.
Thanks