[INFO] fetching crate sodiumoxide 0.2.6... [INFO] checking sodiumoxide-0.2.6 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate sodiumoxide 0.2.6 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate sodiumoxide 0.2.6 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sodiumoxide 0.2.6 [INFO] finished tweaking crates.io crate sodiumoxide 0.2.6 [INFO] tweaked toml for crates.io crate sodiumoxide 0.2.6 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e35d3cd767329dda66e325d2727d2fdd0d652d7722768246d8596c5d32d7bbad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e35d3cd767329dda66e325d2727d2fdd0d652d7722768246d8596c5d32d7bbad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e35d3cd767329dda66e325d2727d2fdd0d652d7722768246d8596c5d32d7bbad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e35d3cd767329dda66e325d2727d2fdd0d652d7722768246d8596c5d32d7bbad", kill_on_drop: false }` [INFO] [stdout] e35d3cd767329dda66e325d2727d2fdd0d652d7722768246d8596c5d32d7bbad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d730696bad5ad5b694ae2555e9121926b1c491d7265bef8354969a6474ab6748 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d730696bad5ad5b694ae2555e9121926b1c491d7265bef8354969a6474ab6748", kill_on_drop: false }` [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling libsodium-sys v0.2.6 [INFO] [stderr] Checking serde_json v1.0.61 [INFO] [stderr] Checking rmp v0.8.9 [INFO] [stderr] Checking rmp-serde v0.13.7 [INFO] [stderr] Checking sodiumoxide v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(useless_deprecated)]` on by default [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(useless_deprecated)]` on by default [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/chacha20poly1305_ietf.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / aead_module!( [INFO] [stdout] 12 | | crypto_aead_chacha20poly1305_ietf_encrypt, [INFO] [stdout] 13 | | crypto_aead_chacha20poly1305_ietf_decrypt, [INFO] [stdout] 14 | | crypto_aead_chacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 18 | | crypto_aead_chacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 19 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/aead/xchacha20poly1305_ietf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / aead_module!( [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 22 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 23 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 27 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 28 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha256, [INFO] [stdout] 12 | | crypto_auth_hmacsha256_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha256_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha256_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / auth_module!( [INFO] [stdout] 11 | | crypto_auth_hmacsha512, [INFO] [stdout] 12 | | crypto_auth_hmacsha512_verify, [INFO] [stdout] 13 | | crypto_auth_hmacsha512_KEYBYTES as usize, [INFO] [stdout] 14 | | crypto_auth_hmacsha512_BYTES as usize [INFO] [stdout] 15 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / auth_module!( [INFO] [stdout] 13 | | crypto_auth_hmacsha512256, [INFO] [stdout] 14 | | crypto_auth_hmacsha512256_verify, [INFO] [stdout] 15 | | crypto_auth_hmacsha512256_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_auth_hmacsha512256_BYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 44 | | secret Seed(SEEDBYTES); [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / new_type! { [INFO] [stdout] 48 | | /// `SecretKey` for asymmetric authenticated encryption [INFO] [stdout] 49 | | /// [INFO] [stdout] 50 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 51 | | /// will be zeroed out [INFO] [stdout] 52 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for asymmetric authenticated encryption [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | / new_type! { [INFO] [stdout] 72 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 73 | | /// [INFO] [stdout] 74 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 75 | | public Tag(MACBYTES); [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | / new_type! { [INFO] [stdout] 79 | | /// `Nonce` for asymmetric authenticated encryption [INFO] [stdout] 80 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/box_/curve25519xsalsa20poly1305.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | / new_type! { [INFO] [stdout] 220 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 221 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 222 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 226 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha256, [INFO] [stdout] 16 | | crypto_hash_sha256_state, [INFO] [stdout] 17 | | crypto_hash_sha256_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 64 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / hash_module!( [INFO] [stdout] 15 | | crypto_hash_sha512, [INFO] [stdout] 16 | | crypto_hash_sha512_state, [INFO] [stdout] 17 | | crypto_hash_sha512_init, [INFO] [stdout] ... | [INFO] [stdout] 21 | | 128 [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kdf/blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `Key` for key derivation. [INFO] [stdout] 19 | | public Key(KEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / new_type! { [INFO] [stdout] 18 | | /// `PublicKey` for key exchanges. [INFO] [stdout] 19 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / new_type! { [INFO] [stdout] 23 | | /// `SecretKey` for key exchanges. [INFO] [stdout] 24 | | /// [INFO] [stdout] 25 | | /// When a `SecretKey` goes out of scope its contents will be zeroed out [INFO] [stdout] 26 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / new_type! { [INFO] [stdout] 30 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// The `Seed` is used by `keypair_from_seed()` to generate a secret and [INFO] [stdout] ... | [INFO] [stdout] 36 | | secret Seed(SEEDBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/kx/x25519blake2b.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / new_type! { [INFO] [stdout] 40 | | /// `SessionKey` is returned by `client_session_keys` and `server_session_keys` and is the [INFO] [stdout] 41 | | /// exchanged secret between the client and server. [INFO] [stdout] 42 | | secret SessionKey(SESSIONKEYBYTES); [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/onetimeauth/poly1305.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / auth_module!( [INFO] [stdout] 12 | | crypto_onetimeauth_poly1305, [INFO] [stdout] 13 | | crypto_onetimeauth_poly1305_verify, [INFO] [stdout] 14 | | crypto_onetimeauth_poly1305_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_onetimeauth_poly1305_BYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2i13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2i, [INFO] [stdout] 29 | | crypto_pwhash_argon2i_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2i_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2I13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/argon2id13.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / argon2_module!( [INFO] [stdout] 28 | | crypto_pwhash_argon2id, [INFO] [stdout] 29 | | crypto_pwhash_argon2id_str, [INFO] [stdout] 30 | | crypto_pwhash_argon2id_str_verify, [INFO] [stdout] ... | [INFO] [stdout] 40 | | crypto_pwhash_ALG_ARGON2ID13 [INFO] [stdout] 41 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / new_type! { [INFO] [stdout] 50 | | /// `Salt` used for password hashing [INFO] [stdout] 51 | | public Salt(SALTBYTES); [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/pwhash/scryptsalsa208sha256.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / new_type! { [INFO] [stdout] 55 | | /// `HashedPassword`is a password verifier generated from a password [INFO] [stdout] 56 | | /// [INFO] [stdout] 57 | | /// A `HashedPassword` is zero-terminated, includes only ASCII characters and can [INFO] [stdout] ... | [INFO] [stdout] 60 | | public HashedPassword(HASHEDPASSWORDBYTES); [INFO] [stdout] 61 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / new_type! { [INFO] [stdout] 15 | | /// `Scalar` value (integer in byte representation) [INFO] [stdout] 16 | | secret Scalar(SCALARBYTES); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/scalarmult/curve25519.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `GroupElement` [INFO] [stdout] 21 | | secret GroupElement(GROUPELEMENTBYTES); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / new_type! { [INFO] [stdout] 21 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 24 | | /// will be zeroed out [INFO] [stdout] 25 | | secret Key(KEYBYTES); [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / new_type! { [INFO] [stdout] 29 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 30 | | /// [INFO] [stdout] 31 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 32 | | public Tag(MACBYTES); [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretbox/xsalsa20poly1305.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / new_type! { [INFO] [stdout] 36 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 37 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/secretstream/xchacha20poly1305.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / stream_module!( [INFO] [stdout] 18 | | crypto_secretstream_xchacha20poly1305_state, [INFO] [stdout] 19 | | crypto_secretstream_xchacha20poly1305_init_push, [INFO] [stdout] 20 | | crypto_secretstream_xchacha20poly1305_push, [INFO] [stdout] ... | [INFO] [stdout] 31 | | crypto_secretstream_xchacha20poly1305_TAG_FINAL [INFO] [stdout] 32 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / new_type! { [INFO] [stdout] 14 | | /// `Digest` structure [INFO] [stdout] 15 | | public Digest(DIGESTBYTES); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/shorthash/siphash24.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / new_type! { [INFO] [stdout] 19 | | /// `Key` [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// When a `Key` goes out of scope its contents will be zeroed out. [INFO] [stdout] 22 | | secret Key(KEYBYTES); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / new_type! { [INFO] [stdout] 26 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 33 | | secret Seed(SEEDBYTES); [INFO] [stdout] 34 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / new_type! { [INFO] [stdout] 37 | | /// `SecretKey` for signatures [INFO] [stdout] 38 | | /// [INFO] [stdout] 39 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 40 | | /// will be zeroed out [INFO] [stdout] 41 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 42 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / new_type! { [INFO] [stdout] 56 | | /// `PublicKey` for signatures [INFO] [stdout] 57 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/sign/ed25519.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / new_type! { [INFO] [stdout] 61 | | /// Detached signature [INFO] [stdout] 62 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/chacha20.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / stream_module!( [INFO] [stdout] 9 | | crypto_stream_chacha20, [INFO] [stdout] 10 | | crypto_stream_chacha20_xor, [INFO] [stdout] 11 | | crypto_stream_chacha20_xor_ic, [INFO] [stdout] 12 | | crypto_stream_chacha20_KEYBYTES as usize, [INFO] [stdout] 13 | | crypto_stream_chacha20_NONCEBYTES as usize [INFO] [stdout] 14 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/salsa20.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / stream_module!( [INFO] [stdout] 11 | | crypto_stream_salsa20, [INFO] [stdout] 12 | | crypto_stream_salsa20_xor, [INFO] [stdout] 13 | | crypto_stream_salsa20_xor_ic, [INFO] [stdout] 14 | | crypto_stream_salsa20_KEYBYTES as usize, [INFO] [stdout] 15 | | crypto_stream_salsa20_NONCEBYTES as usize [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xchacha20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xchacha20, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 15 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/stream/xsalsa20.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / stream_module!( [INFO] [stdout] 13 | | crypto_stream_xsalsa20, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 17 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 18 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 228 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sodiumoxide` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 228 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d730696bad5ad5b694ae2555e9121926b1c491d7265bef8354969a6474ab6748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d730696bad5ad5b694ae2555e9121926b1c491d7265bef8354969a6474ab6748", kill_on_drop: false }` [INFO] [stdout] d730696bad5ad5b694ae2555e9121926b1c491d7265bef8354969a6474ab6748