Skip to content
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

Unable to build example-0 #1

Open
anon8675309 opened this issue Mar 25, 2020 · 0 comments
Open

Unable to build example-0 #1

anon8675309 opened this issue Mar 25, 2020 · 0 comments

Comments

@anon8675309
Copy link

I attempted to build example-0 and got an error from some code in syntex_syntax. I'm not sure what this is, but I don't see it in the Cargo.toml file for this project, finch, nor falcon.

I wouldn't expect code that doesn't even compile to be able to make it into a release of a package (specifically: one of example-0's dependencies), but I don't have any other explanation...

I'm not really sure where to go from here on this one.

vagrant@debian9:~/finch-examples/example-0/example$ cargo build
   Compiling syntex_syntax v0.58.1
   Compiling syn v0.14.9
error[E0423]: expected function, tuple struct or tuple variant, found struct `ast::Name`
   --> /home/vagrant/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.58.1/src/symbol.rs:146:27
    |
146 |                       name: ast::Name($index),
    |                             ^^^^^^^^^
...
165 | / declare_keywords! {
166 | |     // Invalid identifier
167 | |     (0,  Invalid,        "")
168 | |
...   |
231 | |     (56, CrateRoot, "{{root}}")
232 | | }
    | |_- in this macro invocation

   Compiling syn v0.15.3
error: aborting due to previous error

For more information about this error, try `rustc --explain E0423`.
error: could not compile `syntex_syntax`.
warning: build failed, waiting for other jobs to finish...
error: build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant