[INFO] fetching crate nibblecode 0.1.0...
[INFO] checking nibblecode-0.1.0 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate nibblecode 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate nibblecode 0.1.0
[INFO] finished tweaking crates.io crate nibblecode 0.1.0
[INFO] tweaked toml for crates.io crate nibblecode 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nibblecode 0.1.0 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nibblecode 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dcc1570f25d51c7b09f510065114a8336b2e9e347826d0df3d59beaf5522d41a
[INFO] running `Command { std: "docker" "start" "-a" "dcc1570f25d51c7b09f510065114a8336b2e9e347826d0df3d59beaf5522d41a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcc1570f25d51c7b09f510065114a8336b2e9e347826d0df3d59beaf5522d41a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcc1570f25d51c7b09f510065114a8336b2e9e347826d0df3d59beaf5522d41a", kill_on_drop: false }`
[INFO] [stdout] dcc1570f25d51c7b09f510065114a8336b2e9e347826d0df3d59beaf5522d41a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 270ca09056f8ffdcefabcf69ed146310d9a2bc974ba5bc08e8566655c012baf5
[INFO] running `Command { std: "docker" "start" "-a" "270ca09056f8ffdcefabcf69ed146310d9a2bc974ba5bc08e8566655c012baf5", kill_on_drop: false }`
[INFO] [stderr]     Checking rend v0.5.2
[INFO] [stderr]    Compiling syn v2.0.102
[INFO] [stderr]    Compiling nibblecode_derive v0.1.0
[INFO] [stderr]     Checking nibblecode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/lib.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 | use core::ptr::{Alignment, read};
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/lib.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 |         align: Alignment,
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/lib.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |     const ALIGN: Alignment;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `maybe_uninit_slice` has been stable since 1.93.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:2
[INFO] [stdout]   |
[INFO] [stdout] 3 |     maybe_uninit_slice,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/alloc/boxed.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ptr::{Alignment, copy_nonoverlapping};
[INFO] [stdout]   |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     const ALIGN: Alignment = max_alignment([Alignment::of::<ArchivedUsize>(), T::ALIGN]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:16:42
[INFO] [stdout]    |
[INFO] [stdout] 16 |     const ALIGN: Alignment = max_alignment([Alignment::of::<ArchivedUsize>(), T::ALIGN]);
[INFO] [stdout]    |                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 Alignment::of::<T::Archived>(),
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:77:15
[INFO] [stdout]    |
[INFO] [stdout] 77 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:77:52
[INFO] [stdout]    |
[INFO] [stdout] 77 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/alloc/boxed.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/alloc/boxed.rs:102:27
[INFO] [stdout]     |
[INFO] [stdout] 102 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/alloc/string.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::ptr::Alignment;
[INFO] [stdout]   |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/string.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/string.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/alloc/vec.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::ptr::Alignment;
[INFO] [stdout]   |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/vec.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/vec.rs:13:52
[INFO] [stdout]    |
[INFO] [stdout] 13 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/lib.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 | use core::ptr::{Alignment, read};
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/mod.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ptr::{self, Alignment, copy_nonoverlapping};
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/lib.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 |         align: Alignment,
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/lib.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |     const ALIGN: Alignment;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_tuple!(ArchivedTuple1, T0 0);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_tuple!(ArchivedTuple1, T0 0);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_tuple!(ArchivedTuple2, T0 0, T1 1);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_tuple!(ArchivedTuple2, T0 0, T1 1);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_tuple!(ArchivedTuple3, T0 0, T1 1, T2 2);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_tuple!(ArchivedTuple3, T0 0, T1 1, T2 2);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_tuple!(ArchivedTuple4, T0 0, T1 1, T2 2, T3 3);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `maybe_uninit_slice` has been stable since 1.93.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:2
[INFO] [stdout]   |
[INFO] [stdout] 3 |     maybe_uninit_slice,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_tuple!(ArchivedTuple4, T0 0, T1 1, T2 2, T3 3);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_tuple!(ArchivedTuple5, T0 0, T1 1, T2 2, T3 3, T4 4);
[INFO] [stdout]    | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/alloc/boxed.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ptr::{Alignment, copy_nonoverlapping};
[INFO] [stdout]   |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_tuple!(ArchivedTuple5, T0 0, T1 1, T2 2, T3 3, T4 4);
[INFO] [stdout]    | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     const ALIGN: Alignment = max_alignment([Alignment::of::<ArchivedUsize>(), T::ALIGN]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:16:42
[INFO] [stdout]    |
[INFO] [stdout] 16 |     const ALIGN: Alignment = max_alignment([Alignment::of::<ArchivedUsize>(), T::ALIGN]);
[INFO] [stdout]    |                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_tuple!(ArchivedTuple6, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5);
[INFO] [stdout]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 Alignment::of::<T::Archived>(),
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_tuple!(ArchivedTuple6, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5);
[INFO] [stdout]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:77:15
[INFO] [stdout]    |
[INFO] [stdout] 77 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/boxed.rs:77:52
[INFO] [stdout]    |
[INFO] [stdout] 77 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_tuple!(ArchivedTuple7, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6);
[INFO] [stdout]    | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/alloc/boxed.rs:102:15
[INFO] [stdout]     |
[INFO] [stdout] 102 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/alloc/boxed.rs:102:27
[INFO] [stdout]     |
[INFO] [stdout] 102 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_tuple!(ArchivedTuple7, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6);
[INFO] [stdout]    | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/alloc/string.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::ptr::Alignment;
[INFO] [stdout]   |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/string.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_tuple!(ArchivedTuple8, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7);
[INFO] [stdout]    | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/string.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/alloc/vec.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::ptr::Alignment;
[INFO] [stdout]   |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_tuple!(ArchivedTuple8, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7);
[INFO] [stdout]    | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/vec.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | / impl_tuple!(
[INFO] [stdout] 83 | |     ArchivedTuple9, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8
[INFO] [stdout] 84 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | / impl_tuple!(
[INFO] [stdout] 83 | |     ArchivedTuple9, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8
[INFO] [stdout] 84 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/alloc/vec.rs:13:52
[INFO] [stdout]    |
[INFO] [stdout] 13 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]    |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | / impl_tuple!(
[INFO] [stdout] 86 | |     ArchivedTuple10, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9
[INFO] [stdout] 87 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | / impl_tuple!(
[INFO] [stdout] 86 | |     ArchivedTuple10, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9
[INFO] [stdout] 87 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | / impl_tuple!(
[INFO] [stdout] 89 | |     ArchivedTuple11, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 90 | |     T10 10
[INFO] [stdout] 91 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | / impl_tuple!(
[INFO] [stdout] 89 | |     ArchivedTuple11, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 90 | |     T10 10
[INFO] [stdout] 91 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/mod.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ptr::{self, Alignment, copy_nonoverlapping};
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | / impl_tuple!(
[INFO] [stdout] 93 | |     ArchivedTuple12, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 94 | |     T10 10, T11 11
[INFO] [stdout] 95 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_tuple!(ArchivedTuple1, T0 0);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | / impl_tuple!(
[INFO] [stdout] 93 | |     ArchivedTuple12, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 94 | |     T10 10, T11 11
[INFO] [stdout] 95 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 | / impl_tuple!(
[INFO] [stdout] 97 | |     ArchivedTuple13, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 98 | |     T10 10, T11 11, T12 12
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 | / impl_tuple!(
[INFO] [stdout] 97 | |     ArchivedTuple13, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 98 | |     T10 10, T11 11, T12 12
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | impl_tuple!(ArchivedTuple1, T0 0);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_tuple!(ArchivedTuple2, T0 0, T1 1);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | impl_tuple!(ArchivedTuple2, T0 0, T1 1);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_tuple!(ArchivedTuple3, T0 0, T1 1, T2 2);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | impl_tuple!(ArchivedTuple3, T0 0, T1 1, T2 2);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:105:15
[INFO] [stdout]     |
[INFO] [stdout] 105 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:154:15
[INFO] [stdout]     |
[INFO] [stdout] 154 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_tuple!(ArchivedTuple4, T0 0, T1 1, T2 2, T3 3);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:154:52
[INFO] [stdout]     |
[INFO] [stdout] 154 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]     |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:228:5
[INFO] [stdout]     |
[INFO] [stdout] 228 |                 Alignment::of::<T::Archived>(),
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:261:15
[INFO] [stdout]     |
[INFO] [stdout] 261 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:261:27
[INFO] [stdout]     |
[INFO] [stdout] 261 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:339:61
[INFO] [stdout]     |
[INFO] [stdout] 339 |                         offset_archived(this.cast(), offset, len, buffer_end, Alignment::MIN)?,
[INFO] [stdout]     |                                                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | impl_tuple!(ArchivedTuple4, T0 0, T1 1, T2 2, T3 3);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:364:27
[INFO] [stdout]     |
[INFO] [stdout] 364 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:389:15
[INFO] [stdout]     |
[INFO] [stdout] 389 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:389:27
[INFO] [stdout]     |
[INFO] [stdout] 389 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:414:15
[INFO] [stdout]     |
[INFO] [stdout] 414 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:442:15
[INFO] [stdout]     |
[INFO] [stdout] 442 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/option.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::Alignment;
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_tuple!(ArchivedTuple5, T0 0, T1 1, T2 2, T3 3, T4 4);
[INFO] [stdout]    | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/option.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | impl_tuple!(ArchivedTuple5, T0 0, T1 1, T2 2, T3 3, T4 4);
[INFO] [stdout]    | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/primitive.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ptr::Alignment;
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | / impl_archive_self_primitives! {
[INFO] [stdout] 48 | |     ();
[INFO] [stdout] 49 | |     i8;
[INFO] [stdout] 50 | |     u8;
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_archive_self_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | / impl_archive_self_primitives! {
[INFO] [stdout] 48 | |     ();
[INFO] [stdout] 49 | |     i8;
[INFO] [stdout] 50 | |     u8;
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_archive_self_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_tuple!(ArchivedTuple6, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5);
[INFO] [stdout]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | impl_tuple!(ArchivedTuple6, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5);
[INFO] [stdout]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_tuple!(ArchivedTuple7, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6);
[INFO] [stdout]    | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 | impl_tuple!(ArchivedTuple7, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6);
[INFO] [stdout]    | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_tuple!(ArchivedTuple8, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7);
[INFO] [stdout]    | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 | impl_tuple!(ArchivedTuple8, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7);
[INFO] [stdout]    | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:82:18
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | / impl_archive_self_nonzero_primitives! {
[INFO] [stdout] 115 | |     NonZeroI8;
[INFO] [stdout] 116 | |     NonZeroU8;
[INFO] [stdout] 117 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_archive_self_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | / impl_tuple!(
[INFO] [stdout] 83 | |     ArchivedTuple9, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8
[INFO] [stdout] 84 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | / impl_tuple!(
[INFO] [stdout] 83 | |     ArchivedTuple9, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8
[INFO] [stdout] 84 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:82:30
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | / impl_archive_self_nonzero_primitives! {
[INFO] [stdout] 115 | |     NonZeroI8;
[INFO] [stdout] 116 | |     NonZeroU8;
[INFO] [stdout] 117 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_archive_self_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | / impl_tuple!(
[INFO] [stdout] 86 | |     ArchivedTuple10, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9
[INFO] [stdout] 87 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | / impl_tuple!(
[INFO] [stdout] 86 | |     ArchivedTuple10, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9
[INFO] [stdout] 87 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | / impl_tuple!(
[INFO] [stdout] 89 | |     ArchivedTuple11, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 90 | |     T10 10
[INFO] [stdout] 91 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:135:18
[INFO] [stdout]     |
[INFO] [stdout] 135 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / impl_multibyte_primitives! {
[INFO] [stdout] 164 | |     ArchivedI16: i16,
[INFO] [stdout] 165 | |     ArchivedI32: i32,
[INFO] [stdout] 166 | |     ArchivedI64: i64,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     ArchivedF64: f64,
[INFO] [stdout] 174 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 | / impl_tuple!(
[INFO] [stdout] 89 | |     ArchivedTuple11, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 90 | |     T10 10
[INFO] [stdout] 91 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:135:30
[INFO] [stdout]     |
[INFO] [stdout] 135 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / impl_multibyte_primitives! {
[INFO] [stdout] 164 | |     ArchivedI16: i16,
[INFO] [stdout] 165 | |     ArchivedI32: i32,
[INFO] [stdout] 166 | |     ArchivedI64: i64,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     ArchivedF64: f64,
[INFO] [stdout] 174 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | / impl_tuple!(
[INFO] [stdout] 93 | |     ArchivedTuple12, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 94 | |     T10 10, T11 11
[INFO] [stdout] 95 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |     const ALIGN: Alignment = Alignment::of::<ArchivedChar>();
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |     const ALIGN: Alignment = Alignment::of::<ArchivedChar>();
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 | / impl_tuple!(
[INFO] [stdout] 93 | |     ArchivedTuple12, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 94 | |     T10 10, T11 11
[INFO] [stdout] 95 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:209:18
[INFO] [stdout]     |
[INFO] [stdout] 209 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 | / impl_multibyte_nonzero_primitives! {
[INFO] [stdout] 242 | |     ArchivedNonZeroI16: NonZeroI16,
[INFO] [stdout] 243 | |     ArchivedNonZeroI32: NonZeroI32,
[INFO] [stdout] 244 | |     ArchivedNonZeroI64: NonZeroI64,
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |     ArchivedNonZeroU128: NonZeroU128,
[INFO] [stdout] 250 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |               const ALIGN: Alignment = max_alignment(
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 | / impl_tuple!(
[INFO] [stdout] 97 | |     ArchivedTuple13, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 98 | |     T10 10, T11 11, T12 12
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/mod.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |                   [Alignment::of::<Self::Archived>(), $($type::ALIGN),+]
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 | / impl_tuple!(
[INFO] [stdout] 97 | |     ArchivedTuple13, T0 0, T1 1, T2 2, T3 3, T4 4, T5 5, T6 6, T7 7, T8 8, T9 9,
[INFO] [stdout] 98 | |     T10 10, T11 11, T12 12
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:209:30
[INFO] [stdout]     |
[INFO] [stdout] 209 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 | / impl_multibyte_nonzero_primitives! {
[INFO] [stdout] 242 | |     ArchivedNonZeroI16: NonZeroI16,
[INFO] [stdout] 243 | |     ArchivedNonZeroI32: NonZeroI32,
[INFO] [stdout] 244 | |     ArchivedNonZeroI64: NonZeroI64,
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |     ArchivedNonZeroU128: NonZeroU128,
[INFO] [stdout] 250 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:105:15
[INFO] [stdout]     |
[INFO] [stdout] 105 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:154:15
[INFO] [stdout]     |
[INFO] [stdout] 154 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:276:18
[INFO] [stdout]     |
[INFO] [stdout] 276 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 310 | / impl_ptr_sized! {
[INFO] [stdout] 311 | |     ArchivedUsize: usize, FixedUsize,
[INFO] [stdout] 312 | |     ArchivedIsize: isize, FixedIsize,
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:276:30
[INFO] [stdout]     |
[INFO] [stdout] 276 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 310 | / impl_ptr_sized! {
[INFO] [stdout] 311 | |     ArchivedUsize: usize, FixedUsize,
[INFO] [stdout] 312 | |     ArchivedIsize: isize, FixedIsize,
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:154:52
[INFO] [stdout]     |
[INFO] [stdout] 154 |     const ALIGN: Alignment = max_alignment([T::ALIGN, Alignment::of::<ArchivedUsize>()]);
[INFO] [stdout]     |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:228:5
[INFO] [stdout]     |
[INFO] [stdout] 228 |                 Alignment::of::<T::Archived>(),
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:320:18
[INFO] [stdout]     |
[INFO] [stdout] 320 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 360 | / impl_non_zero_ptr_sized! {
[INFO] [stdout] 361 | |     ArchivedNonZeroUsize: NonZeroUsize, FixedUsize,
[INFO] [stdout] 362 | |     ArchivedNonZeroIsize: NonZeroIsize, FixedIsize,
[INFO] [stdout] 363 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_non_zero_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:261:15
[INFO] [stdout]     |
[INFO] [stdout] 261 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:261:27
[INFO] [stdout]     |
[INFO] [stdout] 261 |     const ALIGN: Alignment = Alignment::of::<ArchivedUsize>();
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:320:30
[INFO] [stdout]     |
[INFO] [stdout] 320 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 360 | / impl_non_zero_ptr_sized! {
[INFO] [stdout] 361 | |     ArchivedNonZeroUsize: NonZeroUsize, FixedUsize,
[INFO] [stdout] 362 | |     ArchivedNonZeroIsize: NonZeroIsize, FixedIsize,
[INFO] [stdout] 363 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_non_zero_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:339:61
[INFO] [stdout]     |
[INFO] [stdout] 339 |                         offset_archived(this.cast(), offset, len, buffer_end, Alignment::MIN)?,
[INFO] [stdout]     |                                                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/result.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::Alignment;
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/result.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ALIGN: Alignment = max_alignment([T::ALIGN, U::ALIGN]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:364:27
[INFO] [stdout]     |
[INFO] [stdout] 364 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:389:15
[INFO] [stdout]     |
[INFO] [stdout] 389 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:389:27
[INFO] [stdout]     |
[INFO] [stdout] 389 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:414:15
[INFO] [stdout]     |
[INFO] [stdout] 414 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/mod.rs:442:15
[INFO] [stdout]     |
[INFO] [stdout] 442 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/option.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::Alignment;
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/option.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     const ALIGN: Alignment = T::ALIGN;
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/primitive.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ptr::Alignment;
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | / impl_archive_self_primitives! {
[INFO] [stdout] 48 | |     ();
[INFO] [stdout] 49 | |     i8;
[INFO] [stdout] 50 | |     u8;
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_archive_self_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | / impl_archive_self_primitives! {
[INFO] [stdout] 48 | |     ();
[INFO] [stdout] 49 | |     i8;
[INFO] [stdout] 50 | |     u8;
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_archive_self_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:55:15
[INFO] [stdout]    |
[INFO] [stdout] 55 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/primitive.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:82:18
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | / impl_archive_self_nonzero_primitives! {
[INFO] [stdout] 115 | |     NonZeroI8;
[INFO] [stdout] 116 | |     NonZeroU8;
[INFO] [stdout] 117 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_archive_self_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:82:30
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | / impl_archive_self_nonzero_primitives! {
[INFO] [stdout] 115 | |     NonZeroI8;
[INFO] [stdout] 116 | |     NonZeroU8;
[INFO] [stdout] 117 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_archive_self_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ptr::{Alignment, Thin};
[INFO] [stdout]   |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:135:18
[INFO] [stdout]     |
[INFO] [stdout] 135 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / impl_multibyte_primitives! {
[INFO] [stdout] 164 | |     ArchivedI16: i16,
[INFO] [stdout] 165 | |     ArchivedI32: i32,
[INFO] [stdout] 166 | |     ArchivedI64: i64,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     ArchivedF64: f64,
[INFO] [stdout] 174 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:7:57
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const fn max_alignment<const N: usize>(alignments: [Alignment; N]) -> Alignment {
[INFO] [stdout]   |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:135:30
[INFO] [stdout]     |
[INFO] [stdout] 135 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / impl_multibyte_primitives! {
[INFO] [stdout] 164 | |     ArchivedI16: i16,
[INFO] [stdout] 165 | |     ArchivedI32: i32,
[INFO] [stdout] 166 | |     ArchivedI64: i64,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     ArchivedF64: f64,
[INFO] [stdout] 174 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:7:75
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const fn max_alignment<const N: usize>(alignments: [Alignment; N]) -> Alignment {
[INFO] [stdout]   |                                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let mut max = Alignment::MIN;
[INFO] [stdout]   |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/util.rs:26:58
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn check_alignment(address: *const impl Thin, align: Alignment) -> Result<(), VerifyError> {
[INFO] [stdout]    |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |     const ALIGN: Alignment = Alignment::of::<ArchivedChar>();
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |     const ALIGN: Alignment = Alignment::of::<ArchivedChar>();
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/util.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     align: Alignment,
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:209:18
[INFO] [stdout]     |
[INFO] [stdout] 209 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 | / impl_multibyte_nonzero_primitives! {
[INFO] [stdout] 242 | |     ArchivedNonZeroI16: NonZeroI16,
[INFO] [stdout] 243 | |     ArchivedNonZeroI32: NonZeroI32,
[INFO] [stdout] 244 | |     ArchivedNonZeroI64: NonZeroI64,
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |     ArchivedNonZeroU128: NonZeroU128,
[INFO] [stdout] 250 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:209:30
[INFO] [stdout]     |
[INFO] [stdout] 209 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 | / impl_multibyte_nonzero_primitives! {
[INFO] [stdout] 242 | |     ArchivedNonZeroI16: NonZeroI16,
[INFO] [stdout] 243 | |     ArchivedNonZeroI32: NonZeroI32,
[INFO] [stdout] 244 | |     ArchivedNonZeroI64: NonZeroI64,
[INFO] [stdout] ...   |
[INFO] [stdout] 249 | |     ArchivedNonZeroU128: NonZeroU128,
[INFO] [stdout] 250 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_multibyte_nonzero_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:276:18
[INFO] [stdout]     |
[INFO] [stdout] 276 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 310 | / impl_ptr_sized! {
[INFO] [stdout] 311 | |     ArchivedUsize: usize, FixedUsize,
[INFO] [stdout] 312 | |     ArchivedIsize: isize, FixedIsize,
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:276:30
[INFO] [stdout]     |
[INFO] [stdout] 276 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 310 | / impl_ptr_sized! {
[INFO] [stdout] 311 | |     ArchivedUsize: usize, FixedUsize,
[INFO] [stdout] 312 | |     ArchivedIsize: isize, FixedIsize,
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:320:18
[INFO] [stdout]     |
[INFO] [stdout] 320 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 360 | / impl_non_zero_ptr_sized! {
[INFO] [stdout] 361 | |     ArchivedNonZeroUsize: NonZeroUsize, FixedUsize,
[INFO] [stdout] 362 | |     ArchivedNonZeroIsize: NonZeroIsize, FixedIsize,
[INFO] [stdout] 363 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_non_zero_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/core/primitive.rs:320:30
[INFO] [stdout]     |
[INFO] [stdout] 320 |                   const ALIGN: Alignment = Alignment::of::<Self::Archived>();
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 360 | / impl_non_zero_ptr_sized! {
[INFO] [stdout] 361 | |     ArchivedNonZeroUsize: NonZeroUsize, FixedUsize,
[INFO] [stdout] 362 | |     ArchivedNonZeroIsize: NonZeroIsize, FixedIsize,
[INFO] [stdout] 363 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_non_zero_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/impls/core/result.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::Alignment;
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/core/result.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     const ALIGN: Alignment = max_alignment([T::ALIGN, U::ALIGN]);
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/impls/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     use core::ptr::Alignment;
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/mod.rs:311:17
[INFO] [stdout]     |
[INFO] [stdout] 311 |             const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> src/impls/mod.rs:311:29
[INFO] [stdout]     |
[INFO] [stdout] 311 |             const ALIGN: Alignment = Alignment::MIN;
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ptr::{Alignment, Thin};
[INFO] [stdout]   |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:7:57
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const fn max_alignment<const N: usize>(alignments: [Alignment; N]) -> Alignment {
[INFO] [stdout]   |                                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:7:75
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const fn max_alignment<const N: usize>(alignments: [Alignment; N]) -> Alignment {
[INFO] [stdout]   |                                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> src/util.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let mut max = Alignment::MIN;
[INFO] [stdout]   |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/util.rs:26:58
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn check_alignment(address: *const impl Thin, align: Alignment) -> Result<(), VerifyError> {
[INFO] [stdout]    |                                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]   --> src/util.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     align: Alignment,
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TupleFoo` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:386:14
[INFO] [stdout]     |
[INFO] [stdout] 386 |         pub struct TupleFoo<T = i32>(T);
[INFO] [stdout]     |                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructFoo` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:390:14
[INFO] [stdout]     |
[INFO] [stdout] 390 |         pub struct StructFoo<T = i32> {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EnumFoo` is never used
[INFO] [stdout]    --> src/impls/mod.rs:396:12
[INFO] [stdout]     |
[INFO] [stdout] 396 |         pub enum EnumFoo<T = i32> {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Array` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:414:14
[INFO] [stdout]     |
[INFO] [stdout] 414 |         pub struct Array<T, const N: usize>([T; N]);
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Example` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:550:10
[INFO] [stdout]     |
[INFO] [stdout] 550 |         struct Example {
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wrapper` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:558:10
[INFO] [stdout]     |
[INFO] [stdout] 558 |         struct Wrapper<T> {
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Example` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:565:10
[INFO] [stdout]     |
[INFO] [stdout] 565 |         struct Example {
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Test` is never constructed
[INFO] [stdout]    --> src/impls/mod.rs:576:10
[INFO] [stdout]     |
[INFO] [stdout] 576 |         struct Test<'a> {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
[INFO] running `Command { std: "docker" "inspect" "270ca09056f8ffdcefabcf69ed146310d9a2bc974ba5bc08e8566655c012baf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "270ca09056f8ffdcefabcf69ed146310d9a2bc974ba5bc08e8566655c012baf5", kill_on_drop: false }`
[INFO] [stdout] 270ca09056f8ffdcefabcf69ed146310d9a2bc974ba5bc08e8566655c012baf5
