GitHub Actions / Clippy (MSRV)
failed
Mar 27, 2024 in 0s
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 408 in zcash_client_backend/src/data_api/wallet/input_selection.rs
github-actions / Clippy (MSRV)
cannot find value `orchard_outputs` in this scope
error[E0425]: cannot find value `orchard_outputs` in this scope
--> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31
|
408 | let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total;
| ^^^^^^^^^^^^^^^ not found in this scope
Check failure on line 408 in zcash_client_backend/src/data_api/wallet/input_selection.rs
github-actions / Clippy (MSRV)
cannot find value `orchard_outputs` in this scope
error[E0425]: cannot find value `orchard_outputs` in this scope
--> zcash_client_backend/src/data_api/wallet/input_selection.rs:408:31
|
408 | let use_sapling = orchard_outputs.is_empty() || amount_required > orchard_input_total;
| ^^^^^^^^^^^^^^^ not found in this scope
Loading