[INFO] fetching crate kuska-sodiumoxide 0.2.5-0... [INFO] testing kuska-sodiumoxide-0.2.5-0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate kuska-sodiumoxide 0.2.5-0 into /workspace/builds/worker-43/source [INFO] validating manifest of crates.io crate kuska-sodiumoxide 0.2.5-0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate kuska-sodiumoxide 0.2.5-0 [INFO] finished tweaking crates.io crate kuska-sodiumoxide 0.2.5-0 [INFO] tweaked toml for crates.io crate kuska-sodiumoxide 0.2.5-0 written to /workspace/builds/worker-43/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 876df5cb2aefaf7855ffdb8b63c07b4ef668fea4ab6abafa3bc5317858c2a5bc [INFO] running `Command { std: "docker" "start" "-a" "876df5cb2aefaf7855ffdb8b63c07b4ef668fea4ab6abafa3bc5317858c2a5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "876df5cb2aefaf7855ffdb8b63c07b4ef668fea4ab6abafa3bc5317858c2a5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "876df5cb2aefaf7855ffdb8b63c07b4ef668fea4ab6abafa3bc5317858c2a5bc", kill_on_drop: false }` [INFO] [stdout] 876df5cb2aefaf7855ffdb8b63c07b4ef668fea4ab6abafa3bc5317858c2a5bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f9c098efedc8a26d24b5ba44c083ee5d6b6ab2261198afb3c0a20427743e921 [INFO] running `Command { std: "docker" "start" "-a" "5f9c098efedc8a26d24b5ba44c083ee5d6b6ab2261198afb3c0a20427743e921", kill_on_drop: false }` [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling libsodium-sys v0.2.7 [INFO] [stderr] Compiling kuska-sodiumoxide v0.2.5-0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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: `#[warn(useless_deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 224 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "5f9c098efedc8a26d24b5ba44c083ee5d6b6ab2261198afb3c0a20427743e921", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f9c098efedc8a26d24b5ba44c083ee5d6b6ab2261198afb3c0a20427743e921", kill_on_drop: false }` [INFO] [stdout] 5f9c098efedc8a26d24b5ba44c083ee5d6b6ab2261198afb3c0a20427743e921 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0142bd0da04885ffde6663771083550bd4032da14e445f3713c492a02e8b858c [INFO] running `Command { std: "docker" "start" "-a" "0142bd0da04885ffde6663771083550bd4032da14e445f3713c492a02e8b858c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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: `#[warn(useless_deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / new_type! { [INFO] [stdout] 222 | | /// Applications that send several messages to the same receiver can gain speed by [INFO] [stdout] 223 | | /// splitting `seal()` into two steps, `precompute()` and `seal_precomputed()`. [INFO] [stdout] 224 | | /// Similarly, applications that receive several messages from the same sender can gain [INFO] [stdout] ... | [INFO] [stdout] 228 | | secret PrecomputedKey(PRECOMPUTEDKEYBYTES); [INFO] [stdout] 229 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / new_type! { [INFO] [stdout] 20 | | /// `Key` for symmetric authenticated encryption [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// When a `Key` goes out of scope its contents [INFO] [stdout] 23 | | /// will be zeroed out [INFO] [stdout] 24 | | secret Key(KEYBYTES); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// Authentication `Tag` for the detached encryption mode [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// In the combined mode, the tag occupies the first MACBYTES bytes of the ciphertext. [INFO] [stdout] 31 | | public Tag(MACBYTES); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / new_type! { [INFO] [stdout] 35 | | /// `Nonce` for symmetric authenticated encryption [INFO] [stdout] 36 | | nonce Nonce(NONCEBYTES); [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / new_type! { [INFO] [stdout] 28 | | /// `Seed` that can be used for keypair generation [INFO] [stdout] 29 | | /// [INFO] [stdout] 30 | | /// The `Seed` is used by `keypair_from_seed()` to generate [INFO] [stdout] ... | [INFO] [stdout] 35 | | secret Seed(SEEDBYTES); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / new_type! { [INFO] [stdout] 39 | | /// `SecretKey` for signatures [INFO] [stdout] 40 | | /// [INFO] [stdout] 41 | | /// When a `SecretKey` goes out of scope its contents [INFO] [stdout] 42 | | /// will be zeroed out [INFO] [stdout] 43 | | secret SecretKey(SECRETKEYBYTES); [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / new_type! { [INFO] [stdout] 67 | | /// `PublicKey` for signatures [INFO] [stdout] 68 | | public PublicKey(PUBLICKEYBYTES); [INFO] [stdout] 69 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / new_type! { [INFO] [stdout] 84 | | /// Detached signature [INFO] [stdout] 85 | | public Signature(SIGNATUREBYTES); [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xchacha20, [INFO] [stdout] 13 | | crypto_stream_xchacha20_xor, [INFO] [stdout] 14 | | crypto_stream_xchacha20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xchacha20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xchacha20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / stream_module!( [INFO] [stdout] 12 | | crypto_stream_xsalsa20, [INFO] [stdout] 13 | | crypto_stream_xsalsa20_xor, [INFO] [stdout] 14 | | crypto_stream_xsalsa20_xor_ic, [INFO] [stdout] 15 | | crypto_stream_xsalsa20_KEYBYTES as usize, [INFO] [stdout] 16 | | crypto_stream_xsalsa20_NONCEBYTES as usize [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 224 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling kuska-sodiumoxide v0.2.5-0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/crypto/generichash/mod.rs:165:22 [INFO] [stdout] | [INFO] [stdout] 165 | 1...3 => continue, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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: `#[warn(useless_deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / aead_module!( [INFO] [stdout] 19 | | crypto_aead_xchacha20poly1305_ietf_encrypt, [INFO] [stdout] 20 | | crypto_aead_xchacha20poly1305_ietf_decrypt, [INFO] [stdout] 21 | | crypto_aead_xchacha20poly1305_ietf_encrypt_detached, [INFO] [stdout] ... | [INFO] [stdout] 25 | | crypto_aead_xchacha20poly1305_ietf_ABYTES as usize [INFO] [stdout] 26 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[deprecated(since="0.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 warning originates in the macro `newtype_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `#[deprecated]` annotation has no effect [INFO] [stdout] --> src/newtype_macros.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[deprecated(since="0.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 | | } [WARN] too many lines in the log, truncating it