zcash_primitives: Move the memo
module to the zcash_protocol
crate.
#2566
GitHub Actions / Clippy (MSRV)
failed
Mar 5, 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.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 270 in zcash_client_sqlite/src/lib.rs
github-actions / Clippy (MSRV)
binary operation `==` cannot be applied to type `std::result::Result<(zcash_client_backend::address::UnifiedAddress, zcash_primitives::zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>`
error[E0369]: binary operation `==` cannot be applied to type `std::result::Result<(zcash_client_backend::address::UnifiedAddress, zcash_primitives::zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>`
--> zcash_client_sqlite/src/lib.rs:270:25
|
267 | Ok(usk
| ________________________-
268 | | .to_unified_full_viewing_key()
269 | | .default_address(ua_request)
| |____________________________________________________- std::result::Result<(zcash_client_backend::address::UnifiedAddress, zcash_primitives::zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>
270 | == ufvk.default_address(ua_request))
| ^^ -------------------------------- std::result::Result<(zcash_client_backend::address::UnifiedAddress, zcash_primitives::zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>
Check failure on line 270 in zcash_client_sqlite/src/lib.rs
github-actions / Clippy (MSRV)
binary operation `==` cannot be applied to type `std::result::Result<(zcash_client_backend::address::UnifiedAddress, zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>`
error[E0369]: binary operation `==` cannot be applied to type `std::result::Result<(zcash_client_backend::address::UnifiedAddress, zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>`
--> zcash_client_sqlite/src/lib.rs:270:25
|
267 | Ok(usk
| ________________________-
268 | | .to_unified_full_viewing_key()
269 | | .default_address(ua_request)
| |____________________________________________________- std::result::Result<(zcash_client_backend::address::UnifiedAddress, zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>
270 | == ufvk.default_address(ua_request))
| ^^ -------------------------------- std::result::Result<(zcash_client_backend::address::UnifiedAddress, zip32::DiversifierIndex), zcash_client_backend::keys::AddressGenerationError>
Loading