[INFO] fetching crate bacteria 0.0.10... [INFO] testing bacteria-0.0.10 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate bacteria 0.0.10 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate bacteria 0.0.10 [INFO] finished tweaking crates.io crate bacteria 0.0.10 [INFO] tweaked toml for crates.io crate bacteria 0.0.10 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bacteria 0.0.10 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 33 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding rand_chacha v0.3.1 (available: v0.9.0) [INFO] [stderr] Adding rand_core v0.6.4 (available: v0.9.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5cbaf3448a4154f476bc262d8e3616c54db7b5ea2e08ab95703031c468f6055 [INFO] running `Command { std: "docker" "start" "-a" "b5cbaf3448a4154f476bc262d8e3616c54db7b5ea2e08ab95703031c468f6055", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5cbaf3448a4154f476bc262d8e3616c54db7b5ea2e08ab95703031c468f6055", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5cbaf3448a4154f476bc262d8e3616c54db7b5ea2e08ab95703031c468f6055", kill_on_drop: false }` [INFO] [stdout] b5cbaf3448a4154f476bc262d8e3616c54db7b5ea2e08ab95703031c468f6055 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0abaf8ac2e1d979e634c49e1a8ef9e185e23968a921c079a22db4f53ef6721a1 [INFO] running `Command { std: "docker" "start" "-a" "0abaf8ac2e1d979e634c49e1a8ef9e185e23968a921c079a22db4f53ef6721a1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling packed_simd_2 v0.3.8 [INFO] [stderr] Compiling subtle-ng v2.5.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/lib.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | platform_intrinsics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.78.0; see for more information [INFO] [stdout] = note: SIMD intrinsics use the regular intrinsics ABI now [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | extern "platform-intrinsic" { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ invalid ABI [INFO] [stdout] | [INFO] [stdout] = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:78:8 [INFO] [stdout] | [INFO] [stdout] 78 | extern "platform-intrinsic" { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ invalid ABI [INFO] [stdout] | [INFO] [stdout] = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | stdsimd, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn simd_shuffle2(x: T, y: T, idx: [u32; 2]) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn simd_shuffle4(x: T, y: T, idx: [u32; 4]) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn simd_shuffle8(x: T, y: T, idx: [u32; 8]) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn simd_shuffle16(x: T, y: T, idx: [u32; 16]) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn simd_shuffle32(x: T, y: T, idx: [u32; 32]) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn simd_shuffle64(x: T, y: T, idx: [u32; 64]) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) fn simd_eq(x: T, y: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | pub(crate) fn simd_ne(x: T, y: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | pub(crate) fn simd_lt(x: T, y: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub(crate) fn simd_le(x: T, y: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn simd_gt(x: T, y: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | pub(crate) fn simd_ge(x: T, y: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | pub(crate) fn simd_insert(x: T, idx: u32, val: U) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | pub(crate) fn simd_extract(x: T, idx: u32) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | pub(crate) fn simd_cast(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | pub(crate) fn simd_add(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | pub(crate) fn simd_sub(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | pub(crate) fn simd_mul(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | pub(crate) fn simd_div(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub(crate) fn simd_rem(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn simd_shl(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | pub(crate) fn simd_shr(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | pub(crate) fn simd_and(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | pub(crate) fn simd_or(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn simd_xor(x: T, y: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | pub(crate) fn simd_reduce_add_unordered(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | pub(crate) fn simd_reduce_mul_unordered(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | pub(crate) fn simd_reduce_add_ordered(x: T, acc: U) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn simd_reduce_mul_ordered(x: T, acc: U) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | pub(crate) fn simd_reduce_min(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | pub(crate) fn simd_reduce_max(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | pub(crate) fn simd_reduce_min_nanless(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) fn simd_reduce_max_nanless(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | pub(crate) fn simd_reduce_and(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | pub(crate) fn simd_reduce_or(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | pub(crate) fn simd_reduce_xor(x: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | pub(crate) fn simd_reduce_all(x: T) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | pub(crate) fn simd_reduce_any(x: T) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) fn simd_select(m: M, a: T, b: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn simd_fmin(a: T, b: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn simd_fmax(a: T, b: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) fn simd_fsqrt(a: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | pub(crate) fn simd_fma(a: T, b: T, c: T) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | pub(crate) fn simd_gather(value: T, pointers: P, mask: M) -> T; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | pub(crate) fn simd_scatter(value: T, pointers: P, mask: M); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0044]: foreign items may not have type parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/llvm.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | pub(crate) fn simd_bitmask(value: T) -> U; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters [INFO] [stdout] | [INFO] [stdout] = help: replace the type parameters with concrete types like `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v16.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | impl_simd_array!([i8; 2]: i8x2 | i8, i8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v16.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | impl_simd_array!([u8; 2]: u8x2 | u8, u8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v16.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_simd_array!([m8; 2]: m8x2 | i8, i8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v32.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | impl_simd_array!([i8; 4]: i8x4 | i8, i8, i8, i8); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v32.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | impl_simd_array!([u8; 4]: u8x4 | u8, u8, u8, u8); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v32.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_simd_array!([m8; 4]: m8x4 | i8, i8, i8, i8); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v32.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_simd_array!([i16; 2]: i16x2 | i16, i16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v32.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl_simd_array!([u16; 2]: u16x2 | u16, u16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v32.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_simd_array!([m16; 2]: m16x2 | i16, i16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | impl_simd_array!([i8; 8]: i8x8 | i8, i8, i8, i8, i8, i8, i8, i8); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | impl_simd_array!([u8; 8]: u8x8 | u8, u8, u8, u8, u8, u8, u8, u8); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_simd_array!([m8; 8]: m8x8 | i8, i8, i8, i8, i8, i8, i8, i8); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_simd_array!([i16; 4]: i16x4 | i16, i16, i16, i16); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl_simd_array!([u16; 4]: u16x4 | u16, u16, u16, u16); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_simd_array!([m16; 4]: m16x4 | i16, i16, i16, i16); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | impl_simd_array!([i32; 2]: i32x2 | i32, i32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | impl_simd_array!([u32; 2]: u32x2 | u32, u32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_simd_array!([f32; 2]: f32x2 | f32, f32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_simd_array!([m32; 2]: m32x2 | i32, i32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | impl_simd_array!([i64; 1]: i64x1 | i64); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | impl_simd_array!([u64; 1]: u64x1 | u64); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | impl_simd_array!([f64; 1]: f64x1 | f64); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v64.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | impl_simd_array!([m64; 1]: m64x1 | i64); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / impl_simd_array!( [INFO] [stdout] 7 | | [i8; 16]: i8x16 | [INFO] [stdout] 8 | | i8, i8, i8, i8, [INFO] [stdout] 9 | | i8, i8, i8, i8, [INFO] [stdout] 10 | | i8, i8, i8, i8, [INFO] [stdout] 11 | | i8, i8, i8, i8 [INFO] [stdout] 12 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / impl_simd_array!( [INFO] [stdout] 15 | | [u8; 16]: u8x16 | [INFO] [stdout] 16 | | u8, u8, u8, u8, [INFO] [stdout] 17 | | u8, u8, u8, u8, [INFO] [stdout] 18 | | u8, u8, u8, u8, [INFO] [stdout] 19 | | u8, u8, u8, u8 [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / impl_simd_array!( [INFO] [stdout] 23 | | [m8; 16]: m8x16 | [INFO] [stdout] 24 | | i8, i8, i8, i8, [INFO] [stdout] 25 | | i8, i8, i8, i8, [INFO] [stdout] 26 | | i8, i8, i8, i8, [INFO] [stdout] 27 | | i8, i8, i8, i8 [INFO] [stdout] 28 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | impl_simd_array!([i16; 8]: i16x8 | i16, i16, i16, i16, i16, i16, i16, i16); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | impl_simd_array!([u16; 8]: u16x8 | u16, u16, u16, u16, u16, u16, u16, u16); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | impl_simd_array!([m16; 8]: m16x8 | i16, i16, i16, i16, i16, i16, i16, i16); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | impl_simd_array!([i32; 4]: i32x4 | i32, i32, i32, i32); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | impl_simd_array!([u32; 4]: u32x4 | u32, u32, u32, u32); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | impl_simd_array!([f32; 4]: f32x4 | f32, f32, f32, f32); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | impl_simd_array!([m32; 4]: m32x4 | i32, i32, i32, i32); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | impl_simd_array!([i64; 2]: i64x2 | i64, i64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | impl_simd_array!([u64; 2]: u64x2 | u64, u64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | impl_simd_array!([f64; 2]: f64x2 | f64, f64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_simd_array!([m64; 2]: m64x2 | i64, i64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | impl_simd_array!([i128; 1]: i128x1 | i128); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | impl_simd_array!([u128; 1]: u128x1 | u128); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v128.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | impl_simd_array!([m128; 1]: m128x1 | i128); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / impl_simd_array!( [INFO] [stdout] 7 | | [i8; 32]: i8x32 | [INFO] [stdout] 8 | | i8, i8, i8, i8, [INFO] [stdout] 9 | | i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 15 | | i8, i8, i8, i8 [INFO] [stdout] 16 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / impl_simd_array!( [INFO] [stdout] 19 | | [u8; 32]: u8x32 | [INFO] [stdout] 20 | | u8, u8, u8, u8, [INFO] [stdout] 21 | | u8, u8, u8, u8, [INFO] [stdout] ... | [INFO] [stdout] 27 | | u8, u8, u8, u8 [INFO] [stdout] 28 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / impl_simd_array!( [INFO] [stdout] 31 | | [m8; 32]: m8x32 | [INFO] [stdout] 32 | | i8, i8, i8, i8, [INFO] [stdout] 33 | | i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 39 | | i8, i8, i8, i8 [INFO] [stdout] 40 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | / impl_simd_array!( [INFO] [stdout] 43 | | [i16; 16]: i16x16 | [INFO] [stdout] 44 | | i16, i16, i16, i16, [INFO] [stdout] 45 | | i16, i16, i16, i16, [INFO] [stdout] 46 | | i16, i16, i16, i16, [INFO] [stdout] 47 | | i16, i16, i16, i16 [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / impl_simd_array!( [INFO] [stdout] 51 | | [u16; 16]: u16x16 | [INFO] [stdout] 52 | | u16, u16, u16, u16, [INFO] [stdout] 53 | | u16, u16, u16, u16, [INFO] [stdout] 54 | | u16, u16, u16, u16, [INFO] [stdout] 55 | | u16, u16, u16, u16 [INFO] [stdout] 56 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / impl_simd_array!( [INFO] [stdout] 59 | | [m16; 16]: m16x16 | [INFO] [stdout] 60 | | i16, i16, i16, i16, [INFO] [stdout] 61 | | i16, i16, i16, i16, [INFO] [stdout] 62 | | i16, i16, i16, i16, [INFO] [stdout] 63 | | i16, i16, i16, i16 [INFO] [stdout] 64 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | impl_simd_array!([i32; 8]: i32x8 | i32, i32, i32, i32, i32, i32, i32, i32); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | impl_simd_array!([u32; 8]: u32x8 | u32, u32, u32, u32, u32, u32, u32, u32); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl_simd_array!([f32; 8]: f32x8 | f32, f32, f32, f32, f32, f32, f32, f32); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | impl_simd_array!([m32; 8]: m32x8 | i32, i32, i32, i32, i32, i32, i32, i32); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_simd_array!([i64; 4]: i64x4 | i64, i64, i64, i64); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_simd_array!([u64; 4]: u64x4 | u64, u64, u64, u64); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_simd_array!([f64; 4]: f64x4 | f64, f64, f64, f64); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_simd_array!([m64; 4]: m64x4 | i64, i64, i64, i64); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_simd_array!([i128; 2]: i128x2 | i128, i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_simd_array!([u128; 2]: u128x2 | u128, u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v256.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_simd_array!([m128; 2]: m128x2 | i128, i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / impl_simd_array!( [INFO] [stdout] 7 | | [i8; 64]: i8x64 | [INFO] [stdout] 8 | | i8, i8, i8, i8, [INFO] [stdout] 9 | | i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 24 | | i8, i8, i8, i8 [INFO] [stdout] 25 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / impl_simd_array!( [INFO] [stdout] 28 | | [u8; 64]: u8x64 | [INFO] [stdout] 29 | | u8, u8, u8, u8, [INFO] [stdout] 30 | | u8, u8, u8, u8, [INFO] [stdout] ... | [INFO] [stdout] 45 | | u8, u8, u8, u8 [INFO] [stdout] 46 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / impl_simd_array!( [INFO] [stdout] 49 | | [m8; 64]: m8x64 | [INFO] [stdout] 50 | | i8, i8, i8, i8, [INFO] [stdout] 51 | | i8, i8, i8, i8, [INFO] [stdout] ... | [INFO] [stdout] 66 | | i8, i8, i8, i8 [INFO] [stdout] 67 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / impl_simd_array!( [INFO] [stdout] 70 | | [i16; 32]: i16x32 | [INFO] [stdout] 71 | | i16, i16, i16, i16, [INFO] [stdout] 72 | | i16, i16, i16, i16, [INFO] [stdout] ... | [INFO] [stdout] 78 | | i16, i16, i16, i16 [INFO] [stdout] 79 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / impl_simd_array!( [INFO] [stdout] 82 | | [u16; 32]: u16x32 | [INFO] [stdout] 83 | | u16, u16, u16, u16, [INFO] [stdout] 84 | | u16, u16, u16, u16, [INFO] [stdout] ... | [INFO] [stdout] 90 | | u16, u16, u16, u16 [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / impl_simd_array!( [INFO] [stdout] 94 | | [m16; 32]: m16x32 | [INFO] [stdout] 95 | | i16, i16, i16, i16, [INFO] [stdout] 96 | | i16, i16, i16, i16, [INFO] [stdout] ... | [INFO] [stdout] 102 | | i16, i16, i16, i16 [INFO] [stdout] 103 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | / impl_simd_array!( [INFO] [stdout] 107 | | [i32; 16]: i32x16 | [INFO] [stdout] 108 | | i32, i32, i32, i32, [INFO] [stdout] 109 | | i32, i32, i32, i32, [INFO] [stdout] 110 | | i32, i32, i32, i32, [INFO] [stdout] 111 | | i32, i32, i32, i32 [INFO] [stdout] 112 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / impl_simd_array!( [INFO] [stdout] 115 | | [u32; 16]: u32x16 | [INFO] [stdout] 116 | | u32, u32, u32, u32, [INFO] [stdout] 117 | | u32, u32, u32, u32, [INFO] [stdout] 118 | | u32, u32, u32, u32, [INFO] [stdout] 119 | | u32, u32, u32, u32 [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / impl_simd_array!( [INFO] [stdout] 123 | | [f32; 16]: f32x16 | [INFO] [stdout] 124 | | f32, f32, f32, f32, [INFO] [stdout] 125 | | f32, f32, f32, f32, [INFO] [stdout] 126 | | f32, f32, f32, f32, [INFO] [stdout] 127 | | f32, f32, f32, f32 [INFO] [stdout] 128 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | / impl_simd_array!( [INFO] [stdout] 131 | | [m32; 16]: m32x16 | [INFO] [stdout] 132 | | i32, i32, i32, i32, [INFO] [stdout] 133 | | i32, i32, i32, i32, [INFO] [stdout] 134 | | i32, i32, i32, i32, [INFO] [stdout] 135 | | i32, i32, i32, i32 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | impl_simd_array!([i64; 8]: i64x8 | i64, i64, i64, i64, i64, i64, i64, i64); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | impl_simd_array!([u64; 8]: u64x8 | u64, u64, u64, u64, u64, u64, u64, u64); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | impl_simd_array!([f64; 8]: f64x8 | f64, f64, f64, f64, f64, f64, f64, f64); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | impl_simd_array!([m64; 8]: m64x8 | i64, i64, i64, i64, i64, i64, i64, i64); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | impl_simd_array!([i128; 4]: i128x4 | i128, i128, i128, i128); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | impl_simd_array!([u128; 4]: u128x4 | u128, u128, u128, u128); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/v512.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | impl_simd_array!([m128; 4]: m128x4 | i128, i128, i128, i128); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | impl_simd_array!([isize; 2]: isizex2 | isize_, isize_); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_simd_array!([usize; 2]: usizex2 | usize_, usize_); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_simd_array!([msize; 2]: msizex2 | isize_, isize_); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | impl_simd_array!([isize; 4]: isizex4 | isize_, isize_, isize_, isize_); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_simd_array!([usize; 4]: usizex4 | usize_, usize_, usize_, usize_); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_simd_array!([msize; 4]: msizex4 | isize_, isize_, isize_, isize_); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | impl_simd_array!([isize; 8]: isizex8 | isize_, isize_, isize_, isize_, isize_, isize_, isize_, isize_); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_simd_array!([usize; 8]: usizex8 | usize_, usize_, usize_, usize_, usize_, usize_, usize_, usize_); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct $tuple_id($(pub(crate) $elem_tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vSize.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_simd_array!([msize; 8]: msizex8 | isize_, isize_, isize_, isize_, isize_, isize_, isize_, isize_); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_array` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vPtr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct $tuple_id<$ty>($(pub(crate) $tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] ... [INFO] [stdout] 29 | impl_simd_ptr!([*const T; 2]: cptrx2 | T | T, T); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vPtr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct $tuple_id<$ty>($(pub(crate) $tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] ... [INFO] [stdout] 30 | impl_simd_ptr!([*const T; 4]: cptrx4 | T | T, T, T, T); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vPtr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct $tuple_id<$ty>($(pub(crate) $tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] ... [INFO] [stdout] 31 | impl_simd_ptr!([*const T; 8]: cptrx8 | T | T, T, T, T, T, T, T, T); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vPtr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct $tuple_id<$ty>($(pub(crate) $tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] ... [INFO] [stdout] 33 | impl_simd_ptr!([*mut T; 2]: mptrx2 | T | T, T); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vPtr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct $tuple_id<$ty>($(pub(crate) $tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] ... [INFO] [stdout] 34 | impl_simd_ptr!([*mut T; 4]: mptrx4 | T | T, T, T, T); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0076]: SIMD vector's only field must be an array [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/codegen/vPtr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct $tuple_id<$ty>($(pub(crate) $tys),*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not an array [INFO] [stdout] ... [INFO] [stdout] 35 | impl_simd_ptr!([*mut T; 8]: mptrx8 | T | T, T, T, T, T, T, T, T); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_simd_ptr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v16.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x2[test_v16]: u8x2, m8x2); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v16.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x2[test_v16]: u8x2, m8x2); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v16.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x2[test_v16]: i8x2, m8x2); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v16.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x2[test_v16]: i8x2, m8x2); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x4[test_v32]: u8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x4[test_v32]: u8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x4[test_v32]: u8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x4[test_v32]: u8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x4[test_v32]: u8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x4[test_v32]: i8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x4[test_v32]: i8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x4[test_v32]: i8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x4[test_v32]: i8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x4[test_v32]: i8x4, m8x4, i16x2, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_from_bits!(m8x4[test_v32]: m16x2); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x2[test_v32]: i8x4, u8x4, m8x4, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x2[test_v32]: i8x4, u8x4, m8x4, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x2[test_v32]: i8x4, u8x4, m8x4, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x2[test_v32]: i8x4, u8x4, m8x4, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x2[test_v32]: i8x4, u8x4, m8x4, u16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x2[test_v32]: i8x4, u8x4, m8x4, i16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x2[test_v32]: i8x4, u8x4, m8x4, i16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x2[test_v32]: i8x4, u8x4, m8x4, i16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x2[test_v32]: i8x4, u8x4, m8x4, i16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v32.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x2[test_v32]: i8x4, u8x4, m8x4, i16x2, m16x2); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_from_bits!(i8x8[test_v64]: u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | impl_from_bits!(u8x8[test_v64]: i8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_from_bits!(m8x8[test_v64]: m16x4, m32x2); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_from_bits!(m8x8[test_v64]: m16x4, m32x2); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | impl_from_bits!(i16x4[test_v64]: i8x8, u8x8, m8x8, u16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | impl_from_bits!(u16x4[test_v64]: i8x8, u8x8, m8x8, i16x4, m16x4, i32x2, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | impl_from_bits!(m16x4[test_v64]: m32x2); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | impl_from_bits!(i32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, u32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | impl_from_bits!(u32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, f32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v64.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | impl_from_bits!(f32x2[test_v64]: i8x8, u8x8, m8x8, i16x4, u16x4, m16x4, i32x2, u32x2, m32x2); [INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x16[test_v128]: u8x16, [INFO] [stdout] 9 | | m8x16, [INFO] [stdout] 10 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x1 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x16[test_v128]: i8x16, [INFO] [stdout] 27 | | m8x16, [INFO] [stdout] 28 | | i16x8, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x1 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x16[test_v128]: m16x8, m32x4, m64x2, m128x1); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x16[test_v128]: m16x8, m32x4, m64x2, m128x1); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x16[test_v128]: m16x8, m32x4, m64x2, m128x1); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x16[test_v128]: m16x8, m32x4, m64x2, m128x1); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x8[test_v128]: i8x16, [INFO] [stdout] 47 | | u8x16, [INFO] [stdout] 48 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x1 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x8[test_v128]: i8x16, [INFO] [stdout] 65 | | u8x16, [INFO] [stdout] 66 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x1 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_from_bits!(m16x8[test_v128]: m32x4, m64x2, m128x1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_from_bits!(m16x8[test_v128]: m32x4, m64x2, m128x1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_from_bits!(m16x8[test_v128]: m32x4, m64x2, m128x1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x4[test_v128]: i8x16, [INFO] [stdout] 85 | | u8x16, [INFO] [stdout] 86 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x1 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x4[test_v128]: i8x16, [INFO] [stdout] 103 | | u8x16, [INFO] [stdout] 104 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x1 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / impl_from_bits!( [INFO] [stdout] 120 | | f32x4[test_v128]: i8x16, [INFO] [stdout] 121 | | u8x16, [INFO] [stdout] 122 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 135 | | m128x1 [INFO] [stdout] 136 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | impl_from_bits!(m32x4[test_v128]: m64x2, m128x1); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | impl_from_bits!(m32x4[test_v128]: m64x2, m128x1); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | / impl_from_bits!( [INFO] [stdout] 140 | | i64x2[test_v128]: i8x16, [INFO] [stdout] 141 | | u8x16, [INFO] [stdout] 142 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 155 | | m128x1 [INFO] [stdout] 156 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | / impl_from_bits!( [INFO] [stdout] 158 | | u64x2[test_v128]: i8x16, [INFO] [stdout] 159 | | u8x16, [INFO] [stdout] 160 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 173 | | m128x1 [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | / impl_from_bits!( [INFO] [stdout] 176 | | f64x2[test_v128]: i8x16, [INFO] [stdout] 177 | | u8x16, [INFO] [stdout] 178 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 191 | | m128x1 [INFO] [stdout] 192 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | impl_from_bits!(m64x2[test_v128]: m128x1); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | / impl_from_bits!( [INFO] [stdout] 196 | | i128x1[test_v128]: i8x16, [INFO] [stdout] 197 | | u8x16, [INFO] [stdout] 198 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 211 | | m128x1 [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v128.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / impl_from_bits!( [INFO] [stdout] 214 | | u128x1[test_v128]: i8x16, [INFO] [stdout] 215 | | u8x16, [INFO] [stdout] 216 | | m8x16, [INFO] [stdout] ... | [INFO] [stdout] 229 | | m128x1 [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u128; 1]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / impl_from_bits!( [INFO] [stdout] 8 | | i8x32[test_v256]: u8x32, [INFO] [stdout] 9 | | m8x32, [INFO] [stdout] 10 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 23 | | m128x2 [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / impl_from_bits!( [INFO] [stdout] 26 | | u8x32[test_v256]: i8x32, [INFO] [stdout] 27 | | m8x32, [INFO] [stdout] 28 | | i16x16, [INFO] [stdout] ... | [INFO] [stdout] 41 | | m128x2 [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x32[test_v256]: m16x16, m32x8, m64x4, m128x2); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x32[test_v256]: m16x16, m32x8, m64x4, m128x2); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x32[test_v256]: m16x16, m32x8, m64x4, m128x2); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | impl_from_bits!(m8x32[test_v256]: m16x16, m32x8, m64x4, m128x2); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / impl_from_bits!( [INFO] [stdout] 46 | | i16x16[test_v256]: i8x32, [INFO] [stdout] 47 | | u8x32, [INFO] [stdout] 48 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 61 | | m128x2 [INFO] [stdout] 62 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / impl_from_bits!( [INFO] [stdout] 64 | | u16x16[test_v256]: i8x32, [INFO] [stdout] 65 | | u8x32, [INFO] [stdout] 66 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 79 | | m128x2 [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_from_bits!(m16x16[test_v256]: m32x8, m64x4, m128x2); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_from_bits!(m16x16[test_v256]: m32x8, m64x4, m128x2); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_from_bits!(m16x16[test_v256]: m32x8, m64x4, m128x2); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / impl_from_bits!( [INFO] [stdout] 84 | | i32x8[test_v256]: i8x32, [INFO] [stdout] 85 | | u8x32, [INFO] [stdout] 86 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 99 | | m128x2 [INFO] [stdout] 100 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m128; 2]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m8; 32]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m16; 16]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[masks::m32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[i64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[u64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [INFO] [stdout] ... | [INFO] [stdout] 117 | | m128x2 [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `Simd<[f64; 4]>` (the type has an unknown layout) [INFO] [stdout] = note: target type: `Simd<[u32; 8]>` (the type has an unknown layout) [INFO] [stdout] = note: this error originates in the macro `impl_from_bits_` which comes from the expansion of the macro `impl_from_bits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/macros.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { crate::mem::transmute(x) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed_simd_2-0.3.8/src/api/into_bits/v256.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / impl_from_bits!( [INFO] [stdout] 102 | | u32x8[test_v256]: i8x32, [INFO] [stdout] 103 | | u8x32, [INFO] [stdout] 104 | | m8x32, [WARN] too many lines in the log, truncating it