update Cargo.lock #355
GitHub Actions / Clippy (beta)
failed
Jan 30, 2024 in 0s
Clippy (beta)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0-nightly (a6f8aa5a0 2023-08-11)
- cargo 1.73.0-nightly (d78bbf4bd 2023-08-03)
- clippy 0.1.73 (a6f8aa5 2023-08-11)
Annotations
Check failure on line 167 in halo2_proofs/benches/lookups.rs
github-actions / Clippy (beta)
cannot find associated type `Scalar` in trait `Engine`
error[E0576]: cannot find associated type `Scalar` in trait `Engine`
--> halo2_proofs/benches/lookups.rs:167:51
|
167 | let circuit: MyCircuit<<Bn256 as Engine>::Scalar> = MyCircuit {
| ^^^^^^ not found in `Engine`
Check failure on line 156 in halo2_proofs/benches/lookups.rs
github-actions / Clippy (beta)
cannot find associated type `Scalar` in trait `Engine`
error[E0576]: cannot find associated type `Scalar` in trait `Engine`
--> halo2_proofs/benches/lookups.rs:156:57
|
156 | let empty_circuit: MyCircuit<<Bn256 as Engine>::Scalar> = MyCircuit {
| ^^^^^^ not found in `Engine`
Loading