Skip to content

V6/Nu7 implementation #67

V6/Nu7 implementation

V6/Nu7 implementation #67

GitHub Actions / Clippy (MSRV) failed Oct 1, 2024 in 1s

Clippy (MSRV)

2 errors

Details

Results

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

Versions

  • rustc 1.70.0 (90c541806 2023-05-31)
  • cargo 1.70.0 (ec8a8a0ca 2023-04-25)
  • clippy 0.1.70 (90c5418 2023-05-31)

Annotations

Check failure on line 563 in zcash_primitives/src/transaction/mod.rs

See this annotation in the file changed.

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

no field `orchard_zsa_bundle` on type `&transaction::TransactionData<A>`

error[E0609]: no field `orchard_zsa_bundle` on type `&transaction::TransactionData<A>`
   --> zcash_primitives/src/transaction/mod.rs:563:46
    |
563 |             digester.digest_orchard_zsa(self.orchard_zsa_bundle.as_ref())
    |                                              ^^^^^^^^^^^^^^^^^^ help: a field with a similar name exists: `orchard_bundle`

Check failure on line 563 in zcash_primitives/src/transaction/mod.rs

See this annotation in the file changed.

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

no method named `digest_orchard_zsa` found for reference `&D` in the current scope

error[E0599]: no method named `digest_orchard_zsa` found for reference `&D` in the current scope
   --> zcash_primitives/src/transaction/mod.rs:563:22
    |
563 |             digester.digest_orchard_zsa(self.orchard_zsa_bundle.as_ref())
    |                      ^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `digest_orchard`