Skip to content

Delete halo2_proofs/src/plonk/lookup directory #55

Delete halo2_proofs/src/plonk/lookup directory

Delete halo2_proofs/src/plonk/lookup directory #55

Triggered via push March 3, 2024 13:42
Status Success
Total duration 4m 3s
Artifacts

lints-beta.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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
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/