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

0.5.0 fails to compile #28

Closed
nvxxu2i opened this issue Jan 5, 2021 · 0 comments · Fixed by #29
Closed

0.5.0 fails to compile #28

nvxxu2i opened this issue Jan 5, 2021 · 0 comments · Fixed by #29

Comments

@nvxxu2i
Copy link

nvxxu2i commented Jan 5, 2021

I believe something happened around the syn crate, because the build fails with this reason:

   Updating crates.io index
   Compiling proc-macro2 v1.0.24
   Compiling unicode-xid v0.2.1
   Compiling syn v1.0.58
   Compiling quote v1.0.8
   Compiling delegate v0.5.0 (/home/mzs/.cargo/registry/src/github.com-1ecc6299db9ec823/delegate-0.5.0)
error[E0432]: unresolved import `syn::export`
  --> src/lib.rs:93:10
   |
93 | use syn::export::TokenStream2;
   |          ^^^^^^ could not find `export` in `syn`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: could not compile `delegate`

To learn more, run the command again with --verbose.

Also, could you enhance your CI with some periodic compilation?

Thanks a lot!

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

Successfully merging a pull request may close this issue.

1 participant