[INFO] fetching crate endianrw 0.2.2...
[INFO] testing endianrw-0.2.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate endianrw 0.2.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate endianrw 0.2.2
[INFO] finished tweaking crates.io crate endianrw 0.2.2
[INFO] tweaked toml for crates.io crate endianrw 0.2.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate endianrw 0.2.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 973d848f80e57bbe6017b9e62131ce873755d52569fa5390e5879a2508212f61
[INFO] running `Command { std: "docker" "start" "-a" "973d848f80e57bbe6017b9e62131ce873755d52569fa5390e5879a2508212f61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "973d848f80e57bbe6017b9e62131ce873755d52569fa5390e5879a2508212f61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "973d848f80e57bbe6017b9e62131ce873755d52569fa5390e5879a2508212f61", kill_on_drop: false }`
[INFO] [stdout] 973d848f80e57bbe6017b9e62131ce873755d52569fa5390e5879a2508212f61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79ddcc1ba28c831b3439cbb915d6206d835257faa0936ca7fbaa9a9fd8c718e3
[INFO] running `Command { std: "docker" "start" "-a" "79ddcc1ba28c831b3439cbb915d6206d835257faa0936ca7fbaa9a9fd8c718e3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling endianrw v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |         let read_len = try!(self.read(buf.as_mut()));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] running `Command { std: "docker" "inspect" "79ddcc1ba28c831b3439cbb915d6206d835257faa0936ca7fbaa9a9fd8c718e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79ddcc1ba28c831b3439cbb915d6206d835257faa0936ca7fbaa9a9fd8c718e3", kill_on_drop: false }`
[INFO] [stdout] 79ddcc1ba28c831b3439cbb915d6206d835257faa0936ca7fbaa9a9fd8c718e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f45fdc7b7577aa7c69bc0b193731d9ee7875c05b1925c6d5def576505f470c17
[INFO] running `Command { std: "docker" "start" "-a" "f45fdc7b7577aa7c69bc0b193731d9ee7875c05b1925c6d5def576505f470c17", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |         let read_len = try!(self.read(buf.as_mut()));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling endianrw v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |         let read_len = try!(self.read(buf.as_mut()));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:26
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stdout]     |                          -------------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:94:26
[INFO] [stdout]     |
[INFO] [stdout]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f32::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:26
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `f64::from_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:111:36
[INFO] [stdout]     |
[INFO] [stdout] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:116:36
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stdout]     |                                    --------------------------^^^^^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stdout] ...
[INFO] [stdout] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "f45fdc7b7577aa7c69bc0b193731d9ee7875c05b1925c6d5def576505f470c17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45fdc7b7577aa7c69bc0b193731d9ee7875c05b1925c6d5def576505f470c17", kill_on_drop: false }`
[INFO] [stdout] f45fdc7b7577aa7c69bc0b193731d9ee7875c05b1925c6d5def576505f470c17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 670058b8c4bc950335e5dd302e6d54cc174bf33b6c55c2aa0613539375b2f009
[INFO] running `Command { std: "docker" "start" "-a" "670058b8c4bc950335e5dd302e6d54cc174bf33b6c55c2aa0613539375b2f009", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:145:24
[INFO] [stderr]     |
[INFO] [stderr] 145 |         let read_len = try!(self.read(buf.as_mut()));
[INFO] [stderr]     |                        ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:26
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `f32::from_bits`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:36
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:26
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:36
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:26
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `f64::from_bits`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:36
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:26
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:36
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stderr] ...
[INFO] [stderr] 128 | impl_bytetransform!(LittleEndian, to_le);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:26
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 unsafe { transmute::<_, $typename>(buf) }.$convertfn()
[INFO] [stderr]     |                          -------------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:94:26
[INFO] [stderr]     |
[INFO] [stderr]  94 |                 unsafe { transmute(val.$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:26
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `f32::from_bits`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:36
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:26
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:36
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `f32::to_bits`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:26
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `f64::from_bits`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:111:36
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 unsafe { transmute(transmute::<_, $convertas>(buf).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:26
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                          ---------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[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 `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:116:36
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 unsafe { transmute(transmute::<_, $convertas>(val).$convertfn()) }
[INFO] [stderr]     |                                    --------------------------^^^^^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: replace this with: `f64::to_bits`
[INFO] [stderr] ...
[INFO] [stderr] 129 | impl_bytetransform!(BigEndian, to_be);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_bytetransform` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `endianrw` (lib) generated 49 warnings (run `cargo fix --lib -p endianrw` to apply 48 suggestions)
[INFO] [stderr] warning: `endianrw` (lib test) generated 49 warnings (49 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/endianrw-3d7583a0fb38840b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests endianrw
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] test src/lib.rs - (line 9) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "670058b8c4bc950335e5dd302e6d54cc174bf33b6c55c2aa0613539375b2f009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "670058b8c4bc950335e5dd302e6d54cc174bf33b6c55c2aa0613539375b2f009", kill_on_drop: false }`
[INFO] [stdout] 670058b8c4bc950335e5dd302e6d54cc174bf33b6c55c2aa0613539375b2f009
