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 upNo syntax::ast::MetaItem_ in latest nightly #218
Comments
This comment has been minimized.
|
This is being fixed by #217, stay tuned! |
sgrif
closed this
in
449519f
Feb 18, 2016
This comment has been minimized.
nokaa
commented
Feb 20, 2016
|
In case anyone else runs into this, a temporary fix is to clone the repository and copy the files in
|
This comment has been minimized.
|
Or just point your cargo file at git? |
This comment has been minimized.
nokaa
commented
Feb 20, 2016
|
@sgrif I attempted to do that, but I was unsure what url to use for diesel_codegen. |
This comment has been minimized.
|
Just point it at this repo. On Fri, Feb 19, 2016, 7:21 PM nokaa notifications@github.com wrote:
|
This comment has been minimized.
nokaa
commented
Feb 20, 2016
|
I didn't realise that was possible. Thank you! That is much easier. |
This comment has been minimized.
|
You can also "override" some crates globally. Create a file named
In this way you don't need to modify your |
robojeb commentedFeb 16, 2016
When compiling under the latest nightly diesel_codegen fails to compile because of renaming of types in the syntax::ast module. The error is:
unresolved import 'syntax::ast::MetaItem_'. There is no 'MetaItem_' in 'syntax::ast'