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

Code does not compiles :( #10

Open
reshmem opened this issue Jun 24, 2022 · 0 comments
Open

Code does not compiles :( #10

reshmem opened this issue Jun 24, 2022 · 0 comments

Comments

@reshmem
Copy link

reshmem commented Jun 24, 2022

Hello devs, excuses but looks like it can't be build

-- cargo --version
cargo 1.61.0 (a028ae42f 2022-04-29)
-- rustc --version
rustc 1.61.0 (fe5b13d68 2022-05-18)

error[E0432]: unresolved import `ark_std::iterable`
 --> /Users/user/.cargo/git/checkouts/algebra-7e23afa68841b66e/0ece17d/ec/src/msm/variable_base/mod.rs:2:31
  |
2 | use ark_std::{borrow::Borrow, iterable::Iterable, ops::AddAssign, vec::Vec};
  |                               ^^^^^^^^ could not find `iterable` in `ark_std`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `ark-ec` due to previous error
warning: build failed, waiting for other jobs to finish...
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