[INFO] fetching crate packed 0.4.2...
[INFO] testing packed-0.4.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate packed 0.4.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate packed 0.4.2
[INFO] finished tweaking crates.io crate packed 0.4.2
[INFO] tweaked toml for crates.io crate packed 0.4.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate packed 0.4.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ade9d26728819e5d542d38e3246e7b67e583af5df3fd696d969ea2383fe7b046
[INFO] running `Command { std: "docker" "start" "-a" "ade9d26728819e5d542d38e3246e7b67e583af5df3fd696d969ea2383fe7b046", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ade9d26728819e5d542d38e3246e7b67e583af5df3fd696d969ea2383fe7b046", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ade9d26728819e5d542d38e3246e7b67e583af5df3fd696d969ea2383fe7b046", kill_on_drop: false }`
[INFO] [stdout] ade9d26728819e5d542d38e3246e7b67e583af5df3fd696d969ea2383fe7b046
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c56ade4f6007dd8c98ed8c6b47e335ab3f06e2bb8d0c176a6e43bdaa76c2d42
[INFO] running `Command { std: "docker" "start" "-a" "0c56ade4f6007dd8c98ed8c6b47e335ab3f06e2bb8d0c176a6e43bdaa76c2d42", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling packed v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]  --> src/lib.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::mem::{transmute, uninitialized, forget, align_of, size_of};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:109:43
[INFO] [stdout]     |
[INFO] [stdout] 109 |             let mut un: Self::Unaligned = uninitialized();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let mut s: Self = uninitialized();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `char` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: characters must be a valid Unicode codepoint
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(f32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `f32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: floats must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(f64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `f64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: floats must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(isize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(usize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*const T` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut T` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 |     impl !Unaligned for char { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 |     impl !Unaligned for f32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 |     impl !Unaligned for f64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 |     impl !Unaligned for i16 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 |     impl !Unaligned for u16 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 |     impl !Unaligned for i32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 |     impl !Unaligned for u32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 |     impl !Unaligned for i64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 |     impl !Unaligned for u64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 |     impl !Unaligned for isize { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 |     impl !Unaligned for usize { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |     impl<T> !Unaligned for *const T { }
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 |     impl<T> !Unaligned for *mut T { }
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     impl<'a, T> !Unaligned for &'a T { }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:158:17
[INFO] [stdout]     |
[INFO] [stdout] 158 |     impl<'a, T> !Unaligned for &'a mut T { }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "0c56ade4f6007dd8c98ed8c6b47e335ab3f06e2bb8d0c176a6e43bdaa76c2d42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c56ade4f6007dd8c98ed8c6b47e335ab3f06e2bb8d0c176a6e43bdaa76c2d42", kill_on_drop: false }`
[INFO] [stdout] 0c56ade4f6007dd8c98ed8c6b47e335ab3f06e2bb8d0c176a6e43bdaa76c2d42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5372102ed2345d03be76b1911332e8c5aef1f6012a9f3a2a8a17361ad72a012
[INFO] running `Command { std: "docker" "start" "-a" "b5372102ed2345d03be76b1911332e8c5aef1f6012a9f3a2a8a17361ad72a012", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]  --> src/lib.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::mem::{transmute, uninitialized, forget, align_of, size_of};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:109:43
[INFO] [stdout]     |
[INFO] [stdout] 109 |             let mut un: Self::Unaligned = uninitialized();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let mut s: Self = uninitialized();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `char` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: characters must be a valid Unicode codepoint
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(f32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `f32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: floats must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(f64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `f64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: floats must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(isize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(usize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*const T` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut T` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 |     impl !Unaligned for char { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 |     impl !Unaligned for f32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 |     impl !Unaligned for f64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 |     impl !Unaligned for i16 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 |     impl !Unaligned for u16 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 |     impl !Unaligned for i32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 |     impl !Unaligned for u32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 |     impl !Unaligned for i64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 |     impl !Unaligned for u64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 |     impl !Unaligned for isize { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 |     impl !Unaligned for usize { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |     impl<T> !Unaligned for *const T { }
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 |     impl<T> !Unaligned for *mut T { }
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     impl<'a, T> !Unaligned for &'a T { }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:158:17
[INFO] [stdout]     |
[INFO] [stdout] 158 |     impl<'a, T> !Unaligned for &'a mut T { }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling packed v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]  --> src/lib.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::mem::{transmute, uninitialized, forget, align_of, size_of};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:109:43
[INFO] [stdout]     |
[INFO] [stdout] 109 |             let mut un: Self::Unaligned = uninitialized();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let mut s: Self = uninitialized();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:176:87
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `char` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: characters must be a valid Unicode codepoint
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(f32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `f32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: floats must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(f64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `f64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: floats must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i16` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 2]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u16` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 4]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u32` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(i64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `i64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(u64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `u64` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                             |
[INFO] [stdout]     |                                                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 209 | / aligned_impl! {
[INFO] [stdout] 210 | |     char: 4,
[INFO] [stdout] 211 | |     f32: 4,
[INFO] [stdout] 212 | |     f64: 8,
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |     u64: 8
[INFO] [stdout] 219 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(isize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `isize` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             ::std::mem::forget(usize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `usize` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*const T` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                            --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                argument has type `[u8; 8]`
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `*mut T` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:176:75
[INFO] [stdout]     |
[INFO] [stdout] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                           |
[INFO] [stdout]     |                                                                           this code causes undefined behavior when executed
[INFO] [stdout]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout] ...
[INFO] [stdout] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stdout]     |                                                                          --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 |     impl !Unaligned for char { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 |     impl !Unaligned for f32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 |     impl !Unaligned for f64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 |     impl !Unaligned for i16 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 |     impl !Unaligned for u16 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 |     impl !Unaligned for i32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 |     impl !Unaligned for u32 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 |     impl !Unaligned for i64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 |     impl !Unaligned for u64 { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 |     impl !Unaligned for isize { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 |     impl !Unaligned for usize { }
[INFO] [stdout]     |          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |     impl<T> !Unaligned for *const T { }
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 |     impl<T> !Unaligned for *mut T { }
[INFO] [stdout]     |             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     impl<'a, T> !Unaligned for &'a T { }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: negative impls are experimental
[INFO] [stdout]    --> src/lib.rs:158:17
[INFO] [stdout]     |
[INFO] [stdout] 158 |     impl<'a, T> !Unaligned for &'a mut T { }
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stdout]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "b5372102ed2345d03be76b1911332e8c5aef1f6012a9f3a2a8a17361ad72a012", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5372102ed2345d03be76b1911332e8c5aef1f6012a9f3a2a8a17361ad72a012", kill_on_drop: false }`
[INFO] [stdout] b5372102ed2345d03be76b1911332e8c5aef1f6012a9f3a2a8a17361ad72a012
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 90c2f22fa960b636892e1db05512b7a4044f54359c8678c8ba60d29902e3540b
[INFO] running `Command { std: "docker" "start" "-a" "90c2f22fa960b636892e1db05512b7a4044f54359c8678c8ba60d29902e3540b", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]  --> src/lib.rs:8:27
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::mem::{transmute, uninitialized, forget, align_of, size_of};
[INFO] [stderr]   |                           ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:109:43
[INFO] [stderr]     |
[INFO] [stderr] 109 |             let mut un: Self::Unaligned = uninitialized();
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:119:27
[INFO] [stderr]     |
[INFO] [stderr] 119 |         let mut s: Self = uninitialized();
[INFO] [stderr]     |                           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:176:87
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                                         ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:176:87
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stderr]     |     ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:176:87
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stderr]     |                                                                            --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/lib.rs:176:87
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                                       ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stderr]     |                                                                          --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  argument has type `[u8; 4]`
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `char` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: characters must be a valid Unicode codepoint
[INFO] [stderr]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  argument has type `[u8; 4]`
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(f32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `f32` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: floats must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  argument has type `[u8; 8]`
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(f64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `f64` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: floats must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  argument has type `[u8; 2]`
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(i16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `i16` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(u16::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `u16` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(i32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `i32` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(u32::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `u32` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(i64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `i64` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(u64::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `u64` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |               ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                             |
[INFO] [stderr]     |                                                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 209 | / aligned_impl! {
[INFO] [stderr] 210 | |     char: 4,
[INFO] [stderr] 211 | |     f32: 4,
[INFO] [stderr] 212 | |     f64: 8,
[INFO] [stderr] ...   |
[INFO] [stderr] 218 | |     u64: 8
[INFO] [stderr] 219 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                argument has type `[u8; 8]`
[INFO] [stderr] ...
[INFO] [stderr] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stderr]     |     ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stderr]     |     ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(isize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `isize` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                           |
[INFO] [stderr]     |                                                                           this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stderr]     |     ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stderr]     |     ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             ::std::mem::forget(usize::to_ne_bytes(::std::mem::uninitialized()));
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `usize` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                           |
[INFO] [stderr]     |                                                                           this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 241 |     aligned_impl! { isize: 8, usize: 8 }
[INFO] [stderr]     |     ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: integers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` which comes from the expansion of the macro `aligned_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                argument has type `[u8; 8]`
[INFO] [stderr] ...
[INFO] [stderr] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stderr]     |                                                                            --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*const T` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                           |
[INFO] [stderr]     |                                                                           this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 242 |     unsafe impl<T: Sized> Aligned for *const T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stderr]     |                                                                            --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stderr]    --> src/lib.rs:176:13
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^-----------------------------------------------------------------------^
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                argument has type `[u8; 8]`
[INFO] [stderr] ...
[INFO] [stderr] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stderr]     |                                                                          --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 176 -             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr] 176 +             let _ = ::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the type `*mut T` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:176:75
[INFO] [stderr]     |
[INFO] [stderr] 176 |             ::std::mem::forget(::std::mem::transmute::<$t, $t::Unaligned>(::std::mem::uninitialized()));
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                                           |
[INFO] [stderr]     |                                                                           this code causes undefined behavior when executed
[INFO] [stderr]     |                                                                           help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr] ...
[INFO] [stderr] 243 |     unsafe impl<T: Sized> Aligned for *mut T { type Unaligned = [u8; 8]; aligned_assert!(Self); }
[INFO] [stderr]     |                                                                          --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: raw pointers must be initialized
[INFO] [stderr]     = note: this warning originates in the macro `aligned_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:144:10
[INFO] [stderr]     |
[INFO] [stderr] 144 |     impl !Unaligned for char { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:145:10
[INFO] [stderr]     |
[INFO] [stderr] 145 |     impl !Unaligned for f32 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:146:10
[INFO] [stderr]     |
[INFO] [stderr] 146 |     impl !Unaligned for f64 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:147:10
[INFO] [stderr]     |
[INFO] [stderr] 147 |     impl !Unaligned for i16 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:148:10
[INFO] [stderr]     |
[INFO] [stderr] 148 |     impl !Unaligned for u16 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:149:10
[INFO] [stderr]     |
[INFO] [stderr] 149 |     impl !Unaligned for i32 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:150:10
[INFO] [stderr]     |
[INFO] [stderr] 150 |     impl !Unaligned for u32 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:151:10
[INFO] [stderr]     |
[INFO] [stderr] 151 |     impl !Unaligned for i64 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:152:10
[INFO] [stderr]     |
[INFO] [stderr] 152 |     impl !Unaligned for u64 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:153:10
[INFO] [stderr]     |
[INFO] [stderr] 153 |     impl !Unaligned for isize { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:154:10
[INFO] [stderr]     |
[INFO] [stderr] 154 |     impl !Unaligned for usize { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:155:13
[INFO] [stderr]     |
[INFO] [stderr] 155 |     impl<T> !Unaligned for *const T { }
[INFO] [stderr]     |             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:156:13
[INFO] [stderr]     |
[INFO] [stderr] 156 |     impl<T> !Unaligned for *mut T { }
[INFO] [stderr]     |             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:157:17
[INFO] [stderr]     |
[INFO] [stderr] 157 |     impl<'a, T> !Unaligned for &'a T { }
[INFO] [stderr]     |                 ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:158:17
[INFO] [stderr]     |
[INFO] [stderr] 158 |     impl<'a, T> !Unaligned for &'a mut T { }
[INFO] [stderr]     |                 ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: `packed` (lib) generated 67 warnings (15 duplicates) (run `cargo fix --lib -p packed` to apply 10 suggestions)
[INFO] [stderr] warning: `packed` (lib test) generated 67 warnings (67 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/packed-b8e900cdc85316f1)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test::assert_packed ... ok
[INFO] [stdout] test test::unaligned_conversion ... ok
[INFO] [stdout] test test::pointer_alignment ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests packed
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:144:10
[INFO] [stderr]     |
[INFO] [stderr] 144 |     impl !Unaligned for char { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:145:10
[INFO] [stderr]     |
[INFO] [stderr] 145 |     impl !Unaligned for f32 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:146:10
[INFO] [stderr]     |
[INFO] [stderr] 146 |     impl !Unaligned for f64 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:147:10
[INFO] [stderr]     |
[INFO] [stderr] 147 |     impl !Unaligned for i16 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:148:10
[INFO] [stderr]     |
[INFO] [stderr] 148 |     impl !Unaligned for u16 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:149:10
[INFO] [stderr]     |
[INFO] [stderr] 149 |     impl !Unaligned for i32 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:150:10
[INFO] [stderr]     |
[INFO] [stderr] 150 |     impl !Unaligned for u32 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:151:10
[INFO] [stderr]     |
[INFO] [stderr] 151 |     impl !Unaligned for i64 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:152:10
[INFO] [stderr]     |
[INFO] [stderr] 152 |     impl !Unaligned for u64 { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:153:10
[INFO] [stderr]     |
[INFO] [stderr] 153 |     impl !Unaligned for isize { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:154:10
[INFO] [stderr]     |
[INFO] [stderr] 154 |     impl !Unaligned for usize { }
[INFO] [stderr]     |          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:155:13
[INFO] [stderr]     |
[INFO] [stderr] 155 |     impl<T> !Unaligned for *const T { }
[INFO] [stderr]     |             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:156:13
[INFO] [stderr]     |
[INFO] [stderr] 156 |     impl<T> !Unaligned for *mut T { }
[INFO] [stderr]     |             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:157:17
[INFO] [stderr]     |
[INFO] [stderr] 157 |     impl<'a, T> !Unaligned for &'a T { }
[INFO] [stderr]     |                 ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: negative impls are experimental
[INFO] [stderr]    --> src/lib.rs:158:17
[INFO] [stderr]     |
[INFO] [stderr] 158 |     impl<'a, T> !Unaligned for &'a mut T { }
[INFO] [stderr]     |                 ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]     = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]     = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: 15 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "90c2f22fa960b636892e1db05512b7a4044f54359c8678c8ba60d29902e3540b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90c2f22fa960b636892e1db05512b7a4044f54359c8678c8ba60d29902e3540b", kill_on_drop: false }`
[INFO] [stdout] 90c2f22fa960b636892e1db05512b7a4044f54359c8678c8ba60d29902e3540b
