[INFO] fetching crate coresimd 0.1.2... [INFO] checking coresimd-0.1.2 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate coresimd 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate coresimd 0.1.2 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate coresimd 0.1.2 [INFO] finished tweaking crates.io crate coresimd 0.1.2 [INFO] tweaked toml for crates.io crate coresimd 0.1.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wasm-bindgen-futures v0.2.22 [INFO] [stderr] Downloaded wasm-bindgen-test-macro v0.2.19 [INFO] [stderr] Downloaded js-sys v0.2.7 [INFO] [stderr] Downloaded wasm-bindgen-test v0.2.19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db6ba2b37d12c79e41c2af03bb54743cd05a64d2886f365e1bb2f044ac0a18e6 [INFO] running `Command { std: "docker" "start" "-a" "db6ba2b37d12c79e41c2af03bb54743cd05a64d2886f365e1bb2f044ac0a18e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db6ba2b37d12c79e41c2af03bb54743cd05a64d2886f365e1bb2f044ac0a18e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db6ba2b37d12c79e41c2af03bb54743cd05a64d2886f365e1bb2f044ac0a18e6", kill_on_drop: false }` [INFO] [stdout] db6ba2b37d12c79e41c2af03bb54743cd05a64d2886f365e1bb2f044ac0a18e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 916493eeb27d1d7910f8906468a9d2cb7456135799499c4b5de5246c940e9796 [INFO] running `Command { std: "docker" "start" "-a" "916493eeb27d1d7910f8906468a9d2cb7456135799499c4b5de5246c940e9796", kill_on_drop: false }` [INFO] [stderr] Compiling coresimd v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | const_fn, [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | const_fn, [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:998:3 [INFO] [stdout] | [INFO] [stdout] 998 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stdsimd` [INFO] [stdout] --> src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | extern crate stdsimd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:1919:3 [INFO] [stdout] | [INFO] [stdout] 1919 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:2391:3 [INFO] [stdout] | [INFO] [stdout] 2391 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:2406:3 [INFO] [stdout] | [INFO] [stdout] 2406 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:2422:3 [INFO] [stdout] | [INFO] [stdout] 2422 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:2438:3 [INFO] [stdout] | [INFO] [stdout] 2438 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:2473:3 [INFO] [stdout] | [INFO] [stdout] 2473 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse.rs:2488:3 [INFO] [stdout] | [INFO] [stdout] 2488 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `coresimd` [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:414:3 [INFO] [stdout] | [INFO] [stdout] 414 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:481:3 [INFO] [stdout] | [INFO] [stdout] 481 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:493:3 [INFO] [stdout] | [INFO] [stdout] 493 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:505:3 [INFO] [stdout] | [INFO] [stdout] 505 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:529:3 [INFO] [stdout] | [INFO] [stdout] 529 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:553:3 [INFO] [stdout] | [INFO] [stdout] 553 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:578:3 [INFO] [stdout] | [INFO] [stdout] 578 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:603:3 [INFO] [stdout] | [INFO] [stdout] 603 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:627:3 [INFO] [stdout] | [INFO] [stdout] 627 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:695:3 [INFO] [stdout] | [INFO] [stdout] 695 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:720:3 [INFO] [stdout] | [INFO] [stdout] 720 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:745:3 [INFO] [stdout] | [INFO] [stdout] 745 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:1341:3 [INFO] [stdout] | [INFO] [stdout] 1341 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:1353:3 [INFO] [stdout] | [INFO] [stdout] 1353 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:1376:3 [INFO] [stdout] | [INFO] [stdout] 1376 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:1443:3 [INFO] [stdout] | [INFO] [stdout] 1443 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:1507:3 [INFO] [stdout] | [INFO] [stdout] 1507 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse2.rs:2747:3 [INFO] [stdout] | [INFO] [stdout] 2747 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/ssse3.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/ssse3.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 343 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:87:3 [INFO] [stdout] | [INFO] [stdout] 87 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:134:3 [INFO] [stdout] | [INFO] [stdout] 134 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:200:3 [INFO] [stdout] | [INFO] [stdout] 200 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:234:3 [INFO] [stdout] | [INFO] [stdout] 234 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:252:3 [INFO] [stdout] | [INFO] [stdout] 252 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:562:3 [INFO] [stdout] | [INFO] [stdout] 562 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:585:3 [INFO] [stdout] | [INFO] [stdout] 585 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:749:3 [INFO] [stdout] | [INFO] [stdout] 749 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:802:3 [INFO] [stdout] | [INFO] [stdout] 802 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:856:3 [INFO] [stdout] | [INFO] [stdout] 856 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:910:3 [INFO] [stdout] | [INFO] [stdout] 910 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse41.rs:1014:3 [INFO] [stdout] | [INFO] [stdout] 1014 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:315:3 [INFO] [stdout] | [INFO] [stdout] 315 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:336:3 [INFO] [stdout] | [INFO] [stdout] 336 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:357:3 [INFO] [stdout] | [INFO] [stdout] 357 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:378:3 [INFO] [stdout] | [INFO] [stdout] 378 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:398:3 [INFO] [stdout] | [INFO] [stdout] 398 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:419:3 [INFO] [stdout] | [INFO] [stdout] 419 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:439:3 [INFO] [stdout] | [INFO] [stdout] 439 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:544:3 [INFO] [stdout] | [INFO] [stdout] 544 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:567:3 [INFO] [stdout] | [INFO] [stdout] 567 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:590:3 [INFO] [stdout] | [INFO] [stdout] 590 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:613:3 [INFO] [stdout] | [INFO] [stdout] 613 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:636:3 [INFO] [stdout] | [INFO] [stdout] 636 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/sse42.rs:660:3 [INFO] [stdout] | [INFO] [stdout] 660 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:118:3 [INFO] [stdout] | [INFO] [stdout] 118 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:124:50 [INFO] [stdout] | [INFO] [stdout] 124 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:164:3 [INFO] [stdout] | [INFO] [stdout] 164 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | 0 => shuffle1!(0, 4), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | 1 => shuffle1!(1, 5), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | 2 => shuffle1!(2, 6), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:179:66 [INFO] [stdout] | [INFO] [stdout] 179 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | _ => shuffle1!(3, 7), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:411:3 [INFO] [stdout] | [INFO] [stdout] 411 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:462:3 [INFO] [stdout] | [INFO] [stdout] 462 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:531:3 [INFO] [stdout] | [INFO] [stdout] 531 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 565 | 0 => blend1!(0), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | _ => blend1!(4), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:577:3 [INFO] [stdout] | [INFO] [stdout] 577 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 626 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 627 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:592:66 [INFO] [stdout] | [INFO] [stdout] 592 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 629 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:666:3 [INFO] [stdout] | [INFO] [stdout] 666 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:869:3 [INFO] [stdout] | [INFO] [stdout] 869 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:888:3 [INFO] [stdout] | [INFO] [stdout] 888 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:907:3 [INFO] [stdout] | [INFO] [stdout] 907 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:926:3 [INFO] [stdout] | [INFO] [stdout] 926 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:947:3 [INFO] [stdout] | [INFO] [stdout] 947 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:968:3 [INFO] [stdout] | [INFO] [stdout] 968 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1082:3 [INFO] [stdout] | [INFO] [stdout] 1082 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1098:3 [INFO] [stdout] | [INFO] [stdout] 1098 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1113:3 [INFO] [stdout] | [INFO] [stdout] 1113 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1178:3 [INFO] [stdout] | [INFO] [stdout] 1178 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1236:3 [INFO] [stdout] | [INFO] [stdout] 1236 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1314:3 [INFO] [stdout] | [INFO] [stdout] 1314 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1348 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1320:70 [INFO] [stdout] | [INFO] [stdout] 1320 | simd_shuffle4(a, _mm256_undefined_pd(), [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1349 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1360:3 [INFO] [stdout] | [INFO] [stdout] 1360 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1366:59 [INFO] [stdout] | [INFO] [stdout] 1366 | simd_shuffle2(a, _mm_undefined_pd(), [$a, $b]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1378 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1366:59 [INFO] [stdout] | [INFO] [stdout] 1366 | simd_shuffle2(a, _mm_undefined_pd(), [$a, $b]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1378 | 0 => shuffle1!(0), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1366:59 [INFO] [stdout] | [INFO] [stdout] 1366 | simd_shuffle2(a, _mm_undefined_pd(), [$a, $b]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1379 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx.rs:1366:59 [INFO] [stdout] | [INFO] [stdout] 1366 | simd_shuffle2(a, _mm_undefined_pd(), [$a, $b]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1379 | _ => shuffle1!(1), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shuffle2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1390:3 [INFO] [stdout] | [INFO] [stdout] 1390 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1410:3 [INFO] [stdout] | [INFO] [stdout] 1410 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1430:3 [INFO] [stdout] | [INFO] [stdout] 1430 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1514:3 [INFO] [stdout] | [INFO] [stdout] 1514 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1532:3 [INFO] [stdout] | [INFO] [stdout] 1532 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1550:3 [INFO] [stdout] | [INFO] [stdout] 1550 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1570:3 [INFO] [stdout] | [INFO] [stdout] 1570 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1583:3 [INFO] [stdout] | [INFO] [stdout] 1583 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx.rs:1596:3 [INFO] [stdout] | [INFO] [stdout] 1596 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx2.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx2.rs:377:3 [INFO] [stdout] | [INFO] [stdout] 377 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 399 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 399 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 399 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 399 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | 0b01 => blend1!(4, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | 0b01 => blend1!(4, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | 0b01 => blend1!(4, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | 0b01 => blend1!(4, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 401 | 0b10 => blend1!(0, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 401 | 0b10 => blend1!(0, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 401 | 0b10 => blend1!(0, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 401 | 0b10 => blend1!(0, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | _ => blend1!(4, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | _ => blend1!(4, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | _ => blend1!(4, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | simd_shuffle4(a, b, [$a, $b, $c, $d]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | _ => blend1!(4, 5), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/coresimd/x86/avx2.rs:413:3 [INFO] [stdout] | [INFO] [stdout] 413 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | 0b00 => blend1!(0, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | 0b01 => blend1!(8, 1), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | 0b10 => blend1!(0, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `blend4` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/coresimd/x86/avx2.rs:432:66 [INFO] [stdout] | [INFO] [stdout] 432 | simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | _ => blend1!(8, 9), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [WARN] too many lines in the log, truncating it