Skip to content

Ec2/txn table

Ec2/txn table #20

GitHub Actions / Clippy (MSRV) failed Aug 26, 2024 in 0s

Clippy (MSRV)

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
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 311 in zcash_client_memory/src/mem_wallet/wallet_read.rs

See this annotation in the file changed.

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

no field `transparent_received_output_spends` on type `&mem_wallet::MemoryWalletDb`

error[E0609]: no field `transparent_received_output_spends` on type `&mem_wallet::MemoryWalletDb`
   --> zcash_client_memory/src/mem_wallet/wallet_read.rs:311:22
    |
311 |                     .transparent_received_output_spends
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `network`, `accounts`, `blocks`, `tx_table`, `received_notes` ... and 4 others

Check failure on line 299 in zcash_client_memory/src/mem_wallet/wallet_read.rs

See this annotation in the file changed.

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

field `0` of struct `mem_wallet::tables::TransactionTable` is private

error[E0616]: field `0` of struct `mem_wallet::tables::TransactionTable` is private
   --> zcash_client_memory/src/mem_wallet/wallet_read.rs:299:22
    |
299 |                     .0
    |                      ^ private field

Check failure on line 292 in zcash_client_memory/src/mem_wallet/wallet_read.rs

See this annotation in the file changed.

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

no field `transparent_received_outputs` on type `&mem_wallet::MemoryWalletDb`

error[E0609]: no field `transparent_received_outputs` on type `&mem_wallet::MemoryWalletDb`
   --> zcash_client_memory/src/mem_wallet/wallet_read.rs:292:14
    |
292 |             .transparent_received_outputs
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `network`, `accounts`, `blocks`, `tx_table`, `received_notes` ... and 4 others

Check failure on line 316 in zcash_client_memory/src/mem_wallet/wallet_read.rs

See this annotation in the file changed.

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

cannot find struct, variant or union type `TransparentReceivedOutput` in this scope

error[E0422]: cannot find struct, variant or union type `TransparentReceivedOutput` in this scope
   --> zcash_client_memory/src/mem_wallet/wallet_read.rs:316:31
    |
316 |                 |mut res, (_, TransparentReceivedOutput { output, .. })| {
    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope