Skip to content

Update the second usage of zcash_note_encryption in Cargo.toml to use… #793

Update the second usage of zcash_note_encryption in Cargo.toml to use…

Update the second usage of zcash_note_encryption in Cargo.toml to use… #793

Triggered via push August 13, 2024 09:05
Status Success
Total duration 43s
Artifacts

lints-beta.yml

on: push
Clippy (beta)
29s
Clippy (beta)
Fit to window
Zoom out
Zoom in

Annotations

7 errors
unresolved import `zcash_note_encryption_zsa::MEMO_SIZE`: src/lib.rs#L5
error[E0432]: unresolved import `zcash_note_encryption_zsa::MEMO_SIZE` --> src/bundle/commitments.rs:5:5 | 5 | use zcash_note_encryption_zsa::MEMO_SIZE; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MEMO_SIZE` in the root
unresolved import `zcash_note_encryption_zsa::MEMO_SIZE`: src/lib.rs#L11
error[E0432]: unresolved import `zcash_note_encryption_zsa::MEMO_SIZE` --> src/note_encryption/domain.rs:11:24 | 11 | OutgoingCipherKey, MEMO_SIZE, OUT_PLAINTEXT_SIZE, | ^^^^^^^^^ no `MEMO_SIZE` in the root
unresolved import `zcash_note_encryption_zsa::MEMO_SIZE`: src/lib.rs#L6
error[E0432]: unresolved import `zcash_note_encryption_zsa::MEMO_SIZE` --> src/note_encryption/orchard_domain.rs:6:71 | 6 | use zcash_note_encryption_zsa::{note_bytes::NoteBytes, AEAD_TAG_SIZE, MEMO_SIZE}; | ^^^^^^^^^ no `MEMO_SIZE` in the root
constant `AEAD_TAG_SIZE` is private: src/lib.rs#L6
error[E0603]: constant `AEAD_TAG_SIZE` is private --> src/note_encryption/orchard_domain.rs:6:56 | 6 | use zcash_note_encryption_zsa::{note_bytes::NoteBytes, AEAD_TAG_SIZE, MEMO_SIZE}; | ^^^^^^^^^^^^^ private constant | note: the constant `AEAD_TAG_SIZE` is defined here --> /home/runner/.cargo/git/checkouts/zcash_note_encryption-b3fdfd7cbce47c76/663a2e5/src/lib.rs:50:1 | 50 | const AEAD_TAG_SIZE: usize = 16; | ^^^^^^^^^^^^^^^^^^^^^^^^^^
aborting due to 4 previous errors
error: aborting due to 4 previous errors
Clippy (beta)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
Clippy (beta)
{ "rendered": "Some errors have detailed explanations: E0432, E0603.\n", "$message_type": "diagnostic", "children": [], "code": null, "level": "failure-note", "message": "Some errors have detailed explanations: E0432, E0603.", "spans": [] }