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

[BUG] could not find export in syn #793

Open
akileshtangella opened this issue Sep 7, 2022 · 0 comments
Open

[BUG] could not find export in syn #793

akileshtangella opened this issue Sep 7, 2022 · 0 comments

Comments

@akileshtangella
Copy link

Describe the bug

error[E0432]: unresolved import `syn::export`
 --> /Users/akileshtangella/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/borsh-derive-internal-0.6.2/src/enum_de.rs:3:10
  |
3 | use syn::export::TokenStream2;
  |          ^^^^^^ could not find `export` in `syn`

To Reproduce

Go to `rainbow-bridge/contracts/near/eth-prover` and run `cargo test`


@akileshtangella akileshtangella changed the title [BUG] [BUG] could not find export in syn Sep 7, 2022
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