Skip to content

zcash_client_backend: Require the tree state for the start of each sc… #2621

zcash_client_backend: Require the tree state for the start of each sc…

zcash_client_backend: Require the tree state for the start of each sc… #2621

GitHub Actions / Clippy (MSRV) failed Mar 12, 2024 in 0s

Clippy (MSRV)

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.65.0 (897e37553 2022-11-02)
  • cargo 1.65.0 (4bc8f24d3 2022-10-20)
  • clippy 0.1.65 (897e375 2022-11-02)

Annotations

Check failure on line 388 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

no function or associated item named `random` found for struct `jubjub::Fq` in the current scope

error[E0599]: no function or associated item named `random` found for struct `jubjub::Fq` in the current scope
   --> zcash_client_sqlite/src/testing.rs:388:82
    |
388 |                         acc.append(sapling::Node::from_scalar(bls12_381::Scalar::random(
    |                                                                                  ^^^^^^ function or associated item not found in `jubjub::Fq`
    |
    = help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
    |
1   | use group::ff::Field;
    |