inner-product-proof: Compute round reduction/folding in parallel #141
Annotations
9 errors and 1 warning
no method named `unzip_n_vec` found for struct `std::vec::IntoIter` in the current scope:
src/inner_product_proof.rs#L255
error[E0599]: no method named `unzip_n_vec` found for struct `std::vec::IntoIter` in the current scope
--> src/inner_product_proof.rs:255:25
|
255 | res.into_iter().unzip_n_vec()
| ^^^^^^^^^^^ method not found in `IntoIter<_>`
|
no method named `into_par_iter` found for struct `std::ops::Range` in the current scope:
src/inner_product_proof.rs#L244
error[E0599]: no method named `into_par_iter` found for struct `std::ops::Range` in the current scope
--> src/inner_product_proof.rs:244:14
|
243 | / (0..n)
244 | | .into_par_iter()
| | -^^^^^^^^^^^^^ method not found in `Range<usize>`
| |_____________|
|
|
unresolved import `unzip_n`:
src/inner_product_proof.rs#L12
error[E0432]: unresolved import `unzip_n`
--> src/inner_product_proof.rs:12:5
|
12 | use unzip_n::unzip_n;
| ^^^^^^^ use of undeclared crate or module `unzip_n`
|
failed to resolve: use of undeclared crate or module `rayon`:
src/inner_product_proof.rs#L11
error[E0433]: failed to resolve: use of undeclared crate or module `rayon`
--> src/inner_product_proof.rs:11:5
|
11 | use rayon::prelude::*;
| ^^^^^ use of undeclared crate or module `rayon`
|
clippy
Clippy had exited with the 101 exit code
|
no method named `unzip_n_vec` found for struct `std::vec::IntoIter` in the current scope:
src/inner_product_proof.rs#L255
error[E0599]: no method named `unzip_n_vec` found for struct `std::vec::IntoIter` in the current scope
--> src/inner_product_proof.rs:255:25
|
255 | res.into_iter().unzip_n_vec()
| ^^^^^^^^^^^ method not found in `IntoIter<_>`
|
no method named `into_par_iter` found for struct `std::ops::Range` in the current scope:
src/inner_product_proof.rs#L244
error[E0599]: no method named `into_par_iter` found for struct `std::ops::Range` in the current scope
--> src/inner_product_proof.rs:244:14
|
243 | / (0..n)
244 | | .into_par_iter()
| | -^^^^^^^^^^^^^ method not found in `Range<usize>`
| |_____________|
|
|
unresolved import `unzip_n`:
src/inner_product_proof.rs#L12
error[E0432]: unresolved import `unzip_n`
--> src/inner_product_proof.rs:12:5
|
12 | use unzip_n::unzip_n;
| ^^^^^^^ use of undeclared crate or module `unzip_n`
|
failed to resolve: use of undeclared crate or module `rayon`:
src/inner_product_proof.rs#L11
error[E0433]: failed to resolve: use of undeclared crate or module `rayon`
--> src/inner_product_proof.rs:11:5
|
11 | use rayon::prelude::*;
| ^^^^^ use of undeclared crate or module `rayon`
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|