Delete halo2_proofs/src/plonk/lookup.rs #56
Annotations
21 errors and 6 warnings
no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L332
error[E0599]: no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:332:47
|
332 | let mut prod = C::Scalar::one();
| ^^^ function or associated item not found in `<C as halo2curves::CurveAffine>::ScalarExt`
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L170
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:170:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
170 | let mut rhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
170 | let mut rhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L164
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:164:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
164 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
164 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L153
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:153:50
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
153 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
153 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L146
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:146:44
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
146 | assert_eq!(*mi, C::Scalar::zero());
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
146 | assert_eq!(*mi, C::Scalar::is_zero());
| ~~~~~~~
|
no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L332
error[E0599]: no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:332:47
|
332 | let mut prod = C::Scalar::one();
| ^^^ function or associated item not found in `<C as halo2curves::CurveAffine>::ScalarExt`
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L170
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:170:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
170 | let mut rhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
170 | let mut rhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L164
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:164:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
164 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
164 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L153
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:153:50
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
153 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
153 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L146
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:146:44
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
146 | assert_eq!(*mi, C::Scalar::zero());
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
146 | assert_eq!(*mi, C::Scalar::is_zero());
| ~~~~~~~
|
Clippy (beta)
Clippy had exited with the 101 exit code
|
no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L332
error[E0599]: no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:332:47
|
332 | let mut prod = C::Scalar::one();
| ^^^ function or associated item not found in `<C as halo2curves::CurveAffine>::ScalarExt`
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L170
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:170:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
170 | let mut rhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
170 | let mut rhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L164
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:164:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
164 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
164 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L153
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:153:50
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
153 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
153 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L146
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:146:44
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
146 | assert_eq!(*mi, C::Scalar::zero());
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following traits define an item `zero`, perhaps you need to restrict type parameter `F` with one of them:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + bit_vec::BitBlock> Argument<F> {
| +++++++++++++++++++
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
146 | assert_eq!(*mi, C::Scalar::is_zero());
| ~~~~~~~
|
no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L332
error[E0599]: no function or associated item named `one` found for associated type `<C as halo2curves::CurveAffine>::ScalarExt` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:332:47
|
332 | let mut prod = C::Scalar::one();
| ^^^ function or associated item not found in `<C as halo2curves::CurveAffine>::ScalarExt`
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L170
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:170:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
170 | let mut rhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
170 | let mut rhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L164
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:164:42
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
164 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
164 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L153
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:153:50
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
153 | let mut lhs_sum = C::Scalar::zero();
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
153 | let mut lhs_sum = C::Scalar::is_zero();
| ~~~~~~~
|
no function or associated item named `zero` found for type parameter `F` in the current scope:
halo2_proofs/src/plonk/mv_lookup/prover.rs#L146
error[E0599]: no function or associated item named `zero` found for type parameter `F` in the current scope
--> halo2_proofs/src/plonk/mv_lookup/prover.rs:146:44
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord> Argument<F> {
| - function or associated item `zero` not found for this type parameter
...
146 | assert_eq!(*mi, C::Scalar::zero());
| ^^^^ function or associated item not found in `F`
|
= help: items from traits can only be used if the type parameter is bounded by the trait
help: the following trait defines an item `zero`, perhaps you need to restrict type parameter `F` with it:
|
43 | impl<F: WithSmallOrderMulGroup<3> + Ord + num_traits::identities::Zero> Argument<F> {
| ++++++++++++++++++++++++++++++
help: there is a method with a similar name
|
146 | assert_eq!(*mi, C::Scalar::is_zero());
| ~~~~~~~
|
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
|
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy (beta)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|