[INFO] fetching crate const_struct 0.5.4... [INFO] checking const_struct-0.5.4 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate const_struct 0.5.4 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate const_struct 0.5.4 [INFO] finished tweaking crates.io crate const_struct 0.5.4 [INFO] tweaked toml for crates.io crate const_struct 0.5.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate const_struct 0.5.4 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate const_struct 0.5.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd1e05164614ea859e83e7f32dd08d29ead6b531c8904ec248c5b53093677d54 [INFO] running `Command { std: "docker" "start" "-a" "fd1e05164614ea859e83e7f32dd08d29ead6b531c8904ec248c5b53093677d54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd1e05164614ea859e83e7f32dd08d29ead6b531c8904ec248c5b53093677d54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd1e05164614ea859e83e7f32dd08d29ead6b531c8904ec248c5b53093677d54", kill_on_drop: false }` [INFO] [stdout] fd1e05164614ea859e83e7f32dd08d29ead6b531c8904ec248c5b53093677d54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db4317371b95dd502d97dc5f7cbf24b23f86797162328138042895e4dac76619 [INFO] running `Command { std: "docker" "start" "-a" "db4317371b95dd502d97dc5f7cbf24b23f86797162328138042895e4dac76619", kill_on_drop: false }` [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling const_struct_derive v0.5.3 [INFO] [stderr] Checking const_struct v0.5.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 66 | PrimTraitBySizes!(8, u8, i8, bool); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 67 | PrimTraitBySizes!(16, u16, i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 68 | PrimTraitBySizes!(32, u32, i32, f32, char); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 66 | PrimTraitBySizes!(8, u8, i8, bool); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 67 | PrimTraitBySizes!(16, u16, i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 68 | PrimTraitBySizes!(32, u32, i32, f32, char); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] ... [INFO] [stdout] 68 | PrimTraitBySizes!(32, u32, i32, f32, char); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `char::from_u32_unchecked` [INFO] [stdout] ... [INFO] [stdout] 68 | PrimTraitBySizes!(32, u32, i32, f32, char); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using `char::from_u32(…).unwrap()` [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 69 | PrimTraitBySizes!(64, u64, i64, f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] ... [INFO] [stdout] 69 | PrimTraitBySizes!(64, u64, i64, f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 70 | PrimTraitBySizes!(128, u128, i128); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `usize::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 71 | PrimTraitBySizes!(usize, usize, isize); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] ... [INFO] [stdout] 87 | let s = F32!(-0.5); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] ... [INFO] [stdout] 68 | PrimTraitBySizes!(32, u32, i32, f32, char); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] ... [INFO] [stdout] 89 | assert_eq!(tester_inner::(), -0.5); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/option.rs:78:22 [INFO] [stdout] | [INFO] [stdout] 78 | let s: Some!(F32!(-25.333)) = unsafe { mem::zeroed() }; [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `char::from_u32_unchecked` [INFO] [stdout] ... [INFO] [stdout] 68 | PrimTraitBySizes!(32, u32, i32, f32, char); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using `char::from_u32(…).unwrap()` [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 69 | PrimTraitBySizes!(64, u64, i64, f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] ... [INFO] [stdout] 69 | PrimTraitBySizes!(64, u64, i64, f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 70 | PrimTraitBySizes!(128, u128, i128); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:25:82 [INFO] [stdout] | [INFO] [stdout] 25 | const __DATA: ::DATATYPE = unsafe { transmute::<$base, $name>(T) }; [INFO] [stdout] | -------------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `usize::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 71 | PrimTraitBySizes!(usize, usize, isize); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `PrimTraitBySizes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/option.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(tester_inner::(), -0.5); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/option.rs:82:41 [INFO] [stdout] | [INFO] [stdout] 82 | tester_inner_option::(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | let s: (F32!(0.4), F64!(0.3)) = unsafe { mem::zeroed() }; [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:65:28 [INFO] [stdout] | [INFO] [stdout] 65 | let s: (F32!(0.4), F64!(0.3)) = unsafe { mem::zeroed() }; [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F64` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:68:37 [INFO] [stdout] | [INFO] [stdout] 68 | assert_eq!(tester_inner1::<(F32!(0.4),)>(), (0.4,)); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:69:37 [INFO] [stdout] | [INFO] [stdout] 69 | assert_eq!(tester_inner2::<(F32!(0.4), F64!(0.3))>(), (0.4, 0.3)); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:69:48 [INFO] [stdout] | [INFO] [stdout] 69 | assert_eq!(tester_inner2::<(F32!(0.4), F64!(0.3))>(), (0.4, 0.3)); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F64` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | tester_inner3::<(F32!(0.4), (F64!(0.3), U32!(5)))>(), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | tester_inner3::<(F32!(0.4), (F64!(0.3), U32!(5)))>(), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F64` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | tester_inner4::<(F32!(0.4), F32!(0.3), F32!(0.2), F32!(0.1))>(), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:75:41 [INFO] [stdout] | [INFO] [stdout] 75 | tester_inner4::<(F32!(0.4), F32!(0.3), F32!(0.2), F32!(0.1))>(), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:75:52 [INFO] [stdout] | [INFO] [stdout] 75 | tester_inner4::<(F32!(0.4), F32!(0.3), F32!(0.2), F32!(0.1))>(), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/primitive/primitive_ty.rs:38:82 [INFO] [stdout] | [INFO] [stdout] 38 | ... $crate::primitive::[<$name:camel Impl>]::<{ unsafe { core::mem::transmute::<$name, $base>($value) } }> [INFO] [stdout] | ------------------------------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] | [INFO] [stdout] ::: src/primitive/tuple.rs:75:63 [INFO] [stdout] | [INFO] [stdout] 75 | tester_inner4::<(F32!(0.4), F32!(0.3), F32!(0.2), F32!(0.1))>(), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `F32` (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 7.47s [INFO] running `Command { std: "docker" "inspect" "db4317371b95dd502d97dc5f7cbf24b23f86797162328138042895e4dac76619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db4317371b95dd502d97dc5f7cbf24b23f86797162328138042895e4dac76619", kill_on_drop: false }` [INFO] [stdout] db4317371b95dd502d97dc5f7cbf24b23f86797162328138042895e4dac76619