[INFO] fetching crate core_arch 0.1.5...
[INFO] checking core_arch-0.1.5 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate core_arch 0.1.5 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate core_arch 0.1.5 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate core_arch 0.1.5
[INFO] finished tweaking crates.io crate core_arch 0.1.5
[INFO] tweaked toml for crates.io crate core_arch 0.1.5 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded js-sys v0.2.7
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.2.19
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.2.22
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.2.19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 146784c6fb43354dc6b8fd4be09838fb81ce85f46fedbd47133cbf6fa47b6aeb
[INFO] running `Command { std: "docker" "start" "-a" "146784c6fb43354dc6b8fd4be09838fb81ce85f46fedbd47133cbf6fa47b6aeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "146784c6fb43354dc6b8fd4be09838fb81ce85f46fedbd47133cbf6fa47b6aeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "146784c6fb43354dc6b8fd4be09838fb81ce85f46fedbd47133cbf6fa47b6aeb", kill_on_drop: false }`
[INFO] [stdout] 146784c6fb43354dc6b8fd4be09838fb81ce85f46fedbd47133cbf6fa47b6aeb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de20572a03ece3e73f27bc856b7ae056852bf085e988e7dd81337de263690d1a
[INFO] running `Command { std: "docker" "start" "-a" "de20572a03ece3e73f27bc856b7ae056852bf085e988e7dd81337de263690d1a", kill_on_drop: false }`
[INFO] [stderr]    Compiling core_arch v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     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:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     platform_intrinsics,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     external_doc
[INFO] [stdout]    |     ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: use #[doc = include_str!("filename")] instead, which handles macro invocations
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     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:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     platform_intrinsics,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     external_doc
[INFO] [stdout]    |     ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: use #[doc = include_str!("filename")] instead, which handles macro invocations
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:37:49
[INFO] [stdout]    |
[INFO] [stdout] 37 | #![cfg_attr(test, feature(test, abi_vectorcall, untagged_unions))]
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `stdsimd_test`
[INFO] [stdout]   --> src/lib.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | extern crate stdsimd_test;
[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/x86/eflags.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/x86/eflags.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/x86/sse.rs:996:3
[INFO] [stdout]     |
[INFO] [stdout] 996 | #[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/x86/sse.rs:1859:3
[INFO] [stdout]      |
[INFO] [stdout] 1859 | #[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/x86/sse.rs:2331:3
[INFO] [stdout]      |
[INFO] [stdout] 2331 | #[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/x86/sse.rs:2346:3
[INFO] [stdout]      |
[INFO] [stdout] 2346 | #[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/x86/sse.rs:2362:3
[INFO] [stdout]      |
[INFO] [stdout] 2362 | #[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/x86/sse.rs:2378:3
[INFO] [stdout]      |
[INFO] [stdout] 2378 | #[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/x86/sse.rs:2413:3
[INFO] [stdout]      |
[INFO] [stdout] 2413 | #[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/x86/sse.rs:2428:3
[INFO] [stdout]      |
[INFO] [stdout] 2428 | #[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/x86/sse2.rs:415:3
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[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/x86/sse2.rs:482:3
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[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/x86/sse2.rs:494:3
[INFO] [stdout]     |
[INFO] [stdout] 494 | #[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/x86/sse2.rs:506:3
[INFO] [stdout]     |
[INFO] [stdout] 506 | #[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/x86/sse2.rs:530:3
[INFO] [stdout]     |
[INFO] [stdout] 530 | #[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/x86/sse2.rs:554:3
[INFO] [stdout]     |
[INFO] [stdout] 554 | #[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/x86/sse2.rs:579:3
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[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/x86/sse2.rs:604:3
[INFO] [stdout]     |
[INFO] [stdout] 604 | #[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/x86/sse2.rs:628:3
[INFO] [stdout]     |
[INFO] [stdout] 628 | #[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/x86/sse2.rs:696:3
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[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/x86/sse2.rs:721:3
[INFO] [stdout]     |
[INFO] [stdout] 721 | #[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/x86/sse2.rs:746:3
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[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/x86/sse2.rs:1375:3
[INFO] [stdout]      |
[INFO] [stdout] 1375 | #[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/x86/sse2.rs:1387:3
[INFO] [stdout]      |
[INFO] [stdout] 1387 | #[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/x86/sse2.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 | #[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/x86/sse2.rs:1477:3
[INFO] [stdout]      |
[INFO] [stdout] 1477 | #[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/x86/sse2.rs:1537:3
[INFO] [stdout]      |
[INFO] [stdout] 1537 | #[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/x86/sse2.rs:2762:3
[INFO] [stdout]      |
[INFO] [stdout] 2762 | #[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/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/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/x86/sse41.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[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/x86/sse41.rs:128:3
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[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/x86/sse41.rs:146:3
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[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/x86/sse41.rs:167:3
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[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/x86/sse41.rs:182:3
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[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/x86/sse41.rs:198:3
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[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/x86/sse41.rs:232:3
[INFO] [stdout]     |
[INFO] [stdout] 232 | #[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/x86/sse41.rs:250:3
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[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/x86/sse41.rs:263:3
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[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/x86/sse41.rs:560:3
[INFO] [stdout]     |
[INFO] [stdout] 560 | #[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/x86/sse41.rs:583:3
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[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/x86/eflags.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/x86/eflags.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> src/x86/sse41.rs:740:3
[INFO] [stdout]     |
[INFO] [stdout] 740 | #[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/x86/sse41.rs:785:3
[INFO] [stdout]     |
[INFO] [stdout] 785 | #[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/x86/sse41.rs:832:3
[INFO] [stdout]     |
[INFO] [stdout] 832 | #[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/x86/sse41.rs:879:3
[INFO] [stdout]     |
[INFO] [stdout] 879 | #[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/x86/sse41.rs:983:3
[INFO] [stdout]     |
[INFO] [stdout] 983 | #[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/x86/sse42.rs:74:3
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[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/x86/sse.rs:996:3
[INFO] [stdout]     |
[INFO] [stdout] 996 | #[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/x86/sse42.rs:282:3
[INFO] [stdout]     |
[INFO] [stdout] 282 | #[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/x86/sse42.rs:303:3
[INFO] [stdout]     |
[INFO] [stdout] 303 | #[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/x86/sse.rs:1859:3
[INFO] [stdout]      |
[INFO] [stdout] 1859 | #[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/x86/sse42.rs:324:3
[INFO] [stdout]     |
[INFO] [stdout] 324 | #[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/x86/sse.rs:2331:3
[INFO] [stdout]      |
[INFO] [stdout] 2331 | #[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/x86/sse.rs:2346:3
[INFO] [stdout]      |
[INFO] [stdout] 2346 | #[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/x86/sse.rs:2362:3
[INFO] [stdout]      |
[INFO] [stdout] 2362 | #[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/x86/sse.rs:2378:3
[INFO] [stdout]      |
[INFO] [stdout] 2378 | #[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/x86/sse.rs:2413:3
[INFO] [stdout]      |
[INFO] [stdout] 2413 | #[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/x86/sse42.rs:345:3
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[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/x86/sse.rs:2428:3
[INFO] [stdout]      |
[INFO] [stdout] 2428 | #[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/x86/sse42.rs:365:3
[INFO] [stdout]     |
[INFO] [stdout] 365 | #[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/x86/sse42.rs:386:3
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[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/x86/sse42.rs:406:3
[INFO] [stdout]     |
[INFO] [stdout] 406 | #[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/x86/sse42.rs:501:3
[INFO] [stdout]     |
[INFO] [stdout] 501 | #[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/x86/sse2.rs:415:3
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[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/x86/sse2.rs:482:3
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[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/x86/sse2.rs:494:3
[INFO] [stdout]     |
[INFO] [stdout] 494 | #[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/x86/sse42.rs:522:3
[INFO] [stdout]     |
[INFO] [stdout] 522 | #[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/x86/sse2.rs:506:3
[INFO] [stdout]     |
[INFO] [stdout] 506 | #[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/x86/sse2.rs:530:3
[INFO] [stdout]     |
[INFO] [stdout] 530 | #[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/x86/sse2.rs:554:3
[INFO] [stdout]     |
[INFO] [stdout] 554 | #[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/x86/sse2.rs:579:3
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[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/x86/sse2.rs:604:3
[INFO] [stdout]     |
[INFO] [stdout] 604 | #[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/x86/sse2.rs:628:3
[INFO] [stdout]     |
[INFO] [stdout] 628 | #[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/x86/sse2.rs:696:3
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[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/x86/sse2.rs:721:3
[INFO] [stdout]     |
[INFO] [stdout] 721 | #[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/x86/sse2.rs:746:3
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[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/x86/sse2.rs:1375:3
[INFO] [stdout]      |
[INFO] [stdout] 1375 | #[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/x86/sse2.rs:1387:3
[INFO] [stdout]      |
[INFO] [stdout] 1387 | #[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/x86/sse2.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 | #[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/x86/sse42.rs:543:3
[INFO] [stdout]     |
[INFO] [stdout] 543 | #[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/x86/sse42.rs:564:3
[INFO] [stdout]     |
[INFO] [stdout] 564 | #[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/x86/sse2.rs:1477:3
[INFO] [stdout]      |
[INFO] [stdout] 1477 | #[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/x86/sse42.rs:585:3
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[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/x86/sse42.rs:607:3
[INFO] [stdout]     |
[INFO] [stdout] 607 | #[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/x86/sse2.rs:1537:3
[INFO] [stdout]      |
[INFO] [stdout] 1537 | #[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/x86/avx.rs:117:3
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[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/x86/avx.rs:163:3
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[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/x86/sse2.rs:2762:3
[INFO] [stdout]      |
[INFO] [stdout] 2762 | #[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/x86/avx.rs:409:3
[INFO] [stdout]     |
[INFO] [stdout] 409 | #[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/x86/avx.rs:460:3
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[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/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/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/x86/avx.rs:529:3
[INFO] [stdout]     |
[INFO] [stdout] 529 | #[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/x86/avx.rs:575:3
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[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/x86/sse41.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[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/x86/sse41.rs:128:3
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[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/x86/sse41.rs:146:3
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[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/x86/sse41.rs:167:3
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[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/x86/sse41.rs:182:3
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[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/x86/sse41.rs:198:3
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[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/x86/sse41.rs:232:3
[INFO] [stdout]     |
[INFO] [stdout] 232 | #[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/x86/avx.rs:664:3
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[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/x86/avx.rs:867:3
[INFO] [stdout]     |
[INFO] [stdout] 867 | #[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/x86/avx.rs:886:3
[INFO] [stdout]     |
[INFO] [stdout] 886 | #[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/x86/avx.rs:905:3
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[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/x86/sse41.rs:250:3
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[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/x86/sse41.rs:263:3
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[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/x86/avx.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 | #[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/x86/avx.rs:945:3
[INFO] [stdout]     |
[INFO] [stdout] 945 | #[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/x86/avx.rs:966:3
[INFO] [stdout]     |
[INFO] [stdout] 966 | #[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/x86/sse41.rs:560:3
[INFO] [stdout]     |
[INFO] [stdout] 560 | #[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/x86/avx.rs:1083:3
[INFO] [stdout]      |
[INFO] [stdout] 1083 | #[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/x86/avx.rs:1102:3
[INFO] [stdout]      |
[INFO] [stdout] 1102 | #[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/x86/avx.rs:1120:3
[INFO] [stdout]      |
[INFO] [stdout] 1120 | #[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/x86/avx.rs:1185:3
[INFO] [stdout]      |
[INFO] [stdout] 1185 | #[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/x86/sse41.rs:583:3
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[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/x86/sse41.rs:740:3
[INFO] [stdout]     |
[INFO] [stdout] 740 | #[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/x86/avx.rs:1243:3
[INFO] [stdout]      |
[INFO] [stdout] 1243 | #[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/x86/sse41.rs:785:3
[INFO] [stdout]     |
[INFO] [stdout] 785 | #[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/x86/sse41.rs:832:3
[INFO] [stdout]     |
[INFO] [stdout] 832 | #[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/x86/sse41.rs:879:3
[INFO] [stdout]     |
[INFO] [stdout] 879 | #[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/x86/sse41.rs:983:3
[INFO] [stdout]     |
[INFO] [stdout] 983 | #[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/x86/sse42.rs:74:3
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[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/x86/avx.rs:1321:3
[INFO] [stdout]      |
[INFO] [stdout] 1321 | #[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/x86/avx.rs:1367:3
[INFO] [stdout]      |
[INFO] [stdout] 1367 | #[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/x86/avx.rs:1397:3
[INFO] [stdout]      |
[INFO] [stdout] 1397 | #[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/x86/sse42.rs:282:3
[INFO] [stdout]     |
[INFO] [stdout] 282 | #[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/x86/avx.rs:1415:3
[INFO] [stdout]      |
[INFO] [stdout] 1415 | #[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/x86/sse42.rs:303:3
[INFO] [stdout]     |
[INFO] [stdout] 303 | #[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/x86/avx.rs:1433:3
[INFO] [stdout]      |
[INFO] [stdout] 1433 | #[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/x86/avx.rs:1521:3
[INFO] [stdout]      |
[INFO] [stdout] 1521 | #[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/x86/avx.rs:1542:3
[INFO] [stdout]      |
[INFO] [stdout] 1542 | #[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/x86/avx.rs:1561:3
[INFO] [stdout]      |
[INFO] [stdout] 1561 | #[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/x86/avx.rs:1579:3
[INFO] [stdout]      |
[INFO] [stdout] 1579 | #[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/x86/avx.rs:1592:3
[INFO] [stdout]      |
[INFO] [stdout] 1592 | #[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/x86/avx.rs:1605:3
[INFO] [stdout]      |
[INFO] [stdout] 1605 | #[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/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/x86/sse42.rs:324:3
[INFO] [stdout]     |
[INFO] [stdout] 324 | #[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/x86/avx2.rs:367:3
[INFO] [stdout]     |
[INFO] [stdout] 367 | #[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/x86/avx2.rs:403:3
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[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/x86/sse42.rs:345:3
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[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/x86/avx2.rs:468:3
[INFO] [stdout]     |
[INFO] [stdout] 468 | #[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/x86/sse42.rs:365:3
[INFO] [stdout]     |
[INFO] [stdout] 365 | #[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/x86/sse42.rs:386:3
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[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/x86/sse42.rs:406:3
[INFO] [stdout]     |
[INFO] [stdout] 406 | #[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/x86/avx2.rs:1004:3
[INFO] [stdout]      |
[INFO] [stdout] 1004 | #[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/x86/avx2.rs:1092:3
[INFO] [stdout]      |
[INFO] [stdout] 1092 | #[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/x86/sse42.rs:501:3
[INFO] [stdout]     |
[INFO] [stdout] 501 | #[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/x86/avx2.rs:1117:3
[INFO] [stdout]      |
[INFO] [stdout] 1117 | #[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/x86/avx2.rs:1147:3
[INFO] [stdout]      |
[INFO] [stdout] 1147 | #[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/x86/sse42.rs:522:3
[INFO] [stdout]     |
[INFO] [stdout] 522 | #[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/x86/sse42.rs:543:3
[INFO] [stdout]     |
[INFO] [stdout] 543 | #[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/x86/avx2.rs:1172:3
[INFO] [stdout]      |
[INFO] [stdout] 1172 | #[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/x86/sse42.rs:564:3
[INFO] [stdout]     |
[INFO] [stdout] 564 | #[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/x86/avx2.rs:1202:3
[INFO] [stdout]      |
[INFO] [stdout] 1202 | #[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/x86/avx2.rs:1226:3
[INFO] [stdout]      |
[INFO] [stdout] 1226 | #[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/x86/sse42.rs:585:3
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[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/x86/avx2.rs:1253:3
[INFO] [stdout]      |
[INFO] [stdout] 1253 | #[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/x86/sse42.rs:607:3
[INFO] [stdout]     |
[INFO] [stdout] 607 | #[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/x86/avx2.rs:1277:3
[INFO] [stdout]      |
[INFO] [stdout] 1277 | #[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/x86/avx2.rs:1304:3
[INFO] [stdout]      |
[INFO] [stdout] 1304 | #[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/x86/avx.rs:117:3
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[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/x86/avx.rs:163:3
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[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/x86/avx2.rs:1329:3
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[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/x86/avx2.rs:1359:3
[INFO] [stdout]      |
[INFO] [stdout] 1359 | #[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/x86/avx.rs:409:3
[INFO] [stdout]     |
[INFO] [stdout] 409 | #[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/x86/avx2.rs:1384:3
[INFO] [stdout]      |
[INFO] [stdout] 1384 | #[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/x86/avx.rs:460:3
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[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/x86/avx.rs:529:3
[INFO] [stdout]     |
[INFO] [stdout] 529 | #[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/x86/avx.rs:575:3
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[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/x86/avx2.rs:1414:3
[INFO] [stdout]      |
[INFO] [stdout] 1414 | #[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/x86/avx2.rs:1438:3
[INFO] [stdout]      |
[INFO] [stdout] 1438 | #[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/x86/avx.rs:664:3
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[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/x86/avx2.rs:1465:3
[INFO] [stdout]      |
[INFO] [stdout] 1465 | #[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/x86/avx.rs:867:3
[INFO] [stdout]     |
[INFO] [stdout] 867 | #[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/x86/avx.rs:886:3
[INFO] [stdout]     |
[INFO] [stdout] 886 | #[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/x86/avx.rs:905:3
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[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/x86/avx.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 | #[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/x86/avx2.rs:1489:3
[INFO] [stdout]      |
[INFO] [stdout] 1489 | #[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/x86/avx.rs:945:3
[INFO] [stdout]     |
[INFO] [stdout] 945 | #[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/x86/avx.rs:966:3
[INFO] [stdout]     |
[INFO] [stdout] 966 | #[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/x86/avx.rs:1083:3
[INFO] [stdout]      |
[INFO] [stdout] 1083 | #[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/x86/avx.rs:1102:3
[INFO] [stdout]      |
[INFO] [stdout] 1102 | #[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/x86/avx.rs:1120:3
[INFO] [stdout]      |
[INFO] [stdout] 1120 | #[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/x86/avx.rs:1185:3
[INFO] [stdout]      |
[INFO] [stdout] 1185 | #[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/x86/avx2.rs:1516:3
[INFO] [stdout]      |
[INFO] [stdout] 1516 | #[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/x86/avx2.rs:1541:3
[INFO] [stdout]      |
[INFO] [stdout] 1541 | #[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/x86/avx2.rs:1571:3
[INFO] [stdout]      |
[INFO] [stdout] 1571 | #[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/x86/avx.rs:1243:3
[INFO] [stdout]      |
[INFO] [stdout] 1243 | #[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/x86/avx2.rs:1596:3
[INFO] [stdout]      |
[INFO] [stdout] 1596 | #[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/x86/avx.rs:1321:3
[INFO] [stdout]      |
[INFO] [stdout] 1321 | #[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/x86/avx.rs:1367:3
[INFO] [stdout]      |
[INFO] [stdout] 1367 | #[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/x86/avx.rs:1397:3
[INFO] [stdout]      |
[INFO] [stdout] 1397 | #[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/x86/avx2.rs:1626:3
[INFO] [stdout]      |
[INFO] [stdout] 1626 | #[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/x86/avx.rs:1415:3
[INFO] [stdout]      |
[INFO] [stdout] 1415 | #[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/x86/avx2.rs:1650:3
[INFO] [stdout]      |
[INFO] [stdout] 1650 | #[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/x86/avx.rs:1433:3
[INFO] [stdout]      |
[INFO] [stdout] 1433 | #[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/x86/avx2.rs:1677:3
[INFO] [stdout]      |
[INFO] [stdout] 1677 | #[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/x86/avx.rs:1521:3
[INFO] [stdout]      |
[INFO] [stdout] 1521 | #[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/x86/avx.rs:1542:3
[INFO] [stdout]      |
[INFO] [stdout] 1542 | #[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/x86/avx.rs:1561:3
[INFO] [stdout]      |
[INFO] [stdout] 1561 | #[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/x86/avx.rs:1579:3
[INFO] [stdout]      |
[INFO] [stdout] 1579 | #[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/x86/avx.rs:1592:3
[INFO] [stdout]      |
[INFO] [stdout] 1592 | #[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/x86/avx.rs:1605:3
[INFO] [stdout]      |
[INFO] [stdout] 1605 | #[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/x86/avx2.rs:1701:3
[INFO] [stdout]      |
[INFO] [stdout] 1701 | #[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/x86/avx2.rs:1728:3
[INFO] [stdout]      |
[INFO] [stdout] 1728 | #[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/x86/avx2.rs:1753:3
[INFO] [stdout]      |
[INFO] [stdout] 1753 | #[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/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/x86/avx2.rs:367:3
[INFO] [stdout]     |
[INFO] [stdout] 367 | #[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/x86/avx2.rs:403:3
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[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/x86/avx2.rs:1783:3
[INFO] [stdout]      |
[INFO] [stdout] 1783 | #[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/x86/avx2.rs:1808:3
[INFO] [stdout]      |
[INFO] [stdout] 1808 | #[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/x86/avx2.rs:468:3
[INFO] [stdout]     |
[INFO] [stdout] 468 | #[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/x86/avx2.rs:1838:3
[INFO] [stdout]      |
[INFO] [stdout] 1838 | #[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/x86/avx2.rs:1862:3
[INFO] [stdout]      |
[INFO] [stdout] 1862 | #[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/x86/avx2.rs:1889:3
[INFO] [stdout]      |
[INFO] [stdout] 1889 | #[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/x86/avx2.rs:1913:3
[INFO] [stdout]      |
[INFO] [stdout] 1913 | #[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/x86/avx2.rs:1942:3
[INFO] [stdout]      |
[INFO] [stdout] 1942 | #[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/x86/avx2.rs:2253:3
[INFO] [stdout]      |
[INFO] [stdout] 2253 | #[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/x86/avx2.rs:1004:3
[INFO] [stdout]      |
[INFO] [stdout] 1004 | #[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/x86/avx2.rs:1092:3
[INFO] [stdout]      |
[INFO] [stdout] 1092 | #[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/x86/avx2.rs:2441:3
[INFO] [stdout]      |
[INFO] [stdout] 2441 | #[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/x86/avx2.rs:1117:3
[INFO] [stdout]      |
[INFO] [stdout] 1117 | #[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/x86/avx2.rs:1147:3
[INFO] [stdout]      |
[INFO] [stdout] 1147 | #[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/x86/avx2.rs:2497:3
[INFO] [stdout]      |
[INFO] [stdout] 2497 | #[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/x86/avx2.rs:2517:3
[INFO] [stdout]      |
[INFO] [stdout] 2517 | #[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/x86/avx2.rs:1172:3
[INFO] [stdout]      |
[INFO] [stdout] 1172 | #[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/x86/avx2.rs:2663:3
[INFO] [stdout]      |
[INFO] [stdout] 2663 | #[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/x86/avx2.rs:1202:3
[INFO] [stdout]      |
[INFO] [stdout] 1202 | #[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/x86/avx2.rs:2741:3
[INFO] [stdout]      |
[INFO] [stdout] 2741 | #[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/x86/avx2.rs:1226:3
[INFO] [stdout]      |
[INFO] [stdout] 1226 | #[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/x86/avx2.rs:1253:3
[INFO] [stdout]      |
[INFO] [stdout] 1253 | #[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/x86/avx2.rs:1277:3
[INFO] [stdout]      |
[INFO] [stdout] 1277 | #[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/x86/avx2.rs:1304:3
[INFO] [stdout]      |
[INFO] [stdout] 1304 | #[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/x86/avx2.rs:2802:3
[INFO] [stdout]      |
[INFO] [stdout] 2802 | #[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/x86/avx2.rs:1329:3
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[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/x86/avx2.rs:1359:3
[INFO] [stdout]      |
[INFO] [stdout] 1359 | #[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/x86/avx2.rs:2972:3
[INFO] [stdout]      |
[INFO] [stdout] 2972 | #[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/x86/avx2.rs:1384:3
[INFO] [stdout]      |
[INFO] [stdout] 1384 | #[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/x86/avx2.rs:2990:3
[INFO] [stdout]      |
[INFO] [stdout] 2990 | #[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/x86/avx2.rs:1414:3
[INFO] [stdout]      |
[INFO] [stdout] 1414 | #[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/x86/avx2.rs:3132:3
[INFO] [stdout]      |
[INFO] [stdout] 3132 | #[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/x86/avx2.rs:1438:3
[INFO] [stdout]      |
[INFO] [stdout] 1438 | #[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/x86/avx2.rs:3150:3
[INFO] [stdout]      |
[INFO] [stdout] 3150 | #[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/x86/avx2.rs:1465:3
[INFO] [stdout]      |
[INFO] [stdout] 1465 | #[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/x86/avx2.rs:3747:3
[INFO] [stdout]      |
[INFO] [stdout] 3747 | #[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/x86/avx2.rs:3763:3
[INFO] [stdout]      |
[INFO] [stdout] 3763 | #[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/x86/avx2.rs:3776:3
[INFO] [stdout]      |
[INFO] [stdout] 3776 | #[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/x86/pclmulqdq.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[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/x86/avx2.rs:1489:3
[INFO] [stdout]      |
[INFO] [stdout] 1489 | #[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/x86/aes.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[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/x86/avx2.rs:1516:3
[INFO] [stdout]      |
[INFO] [stdout] 1516 | #[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/x86/sha.rs:76:3
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[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/x86_64/sse41.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[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/x86_64/sse41.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[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/x86_64/avx.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[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/x86_64/avx2.rs:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[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/x86/avx2.rs:1541:3
[INFO] [stdout]      |
[INFO] [stdout] 1541 | #[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/x86/avx2.rs:1571:3
[INFO] [stdout]      |
[INFO] [stdout] 1571 | #[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/x86/avx2.rs:1596:3
[INFO] [stdout]      |
[INFO] [stdout] 1596 | #[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/x86/avx2.rs:1626:3
[INFO] [stdout]      |
[INFO] [stdout] 1626 | #[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/x86/avx2.rs:1650:3
[INFO] [stdout]      |
[INFO] [stdout] 1650 | #[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/x86/avx2.rs:1677:3
[INFO] [stdout]      |
[INFO] [stdout] 1677 | #[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/x86/avx2.rs:1701:3
[INFO] [stdout]      |
[INFO] [stdout] 1701 | #[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/x86/avx2.rs:1728:3
[INFO] [stdout]      |
[INFO] [stdout] 1728 | #[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/x86/avx2.rs:1753:3
[INFO] [stdout]      |
[INFO] [stdout] 1753 | #[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/x86/avx2.rs:1783:3
[INFO] [stdout]      |
[INFO] [stdout] 1783 | #[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/x86/avx2.rs:1808:3
[INFO] [stdout]      |
[INFO] [stdout] 1808 | #[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/x86/avx2.rs:1838:3
[INFO] [stdout]      |
[INFO] [stdout] 1838 | #[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/x86/avx2.rs:1862:3
[INFO] [stdout]      |
[INFO] [stdout] 1862 | #[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/x86/avx2.rs:1889:3
[INFO] [stdout]      |
[INFO] [stdout] 1889 | #[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/x86/avx2.rs:1913:3
[INFO] [stdout]      |
[INFO] [stdout] 1913 | #[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/x86/avx2.rs:1942:3
[INFO] [stdout]      |
[INFO] [stdout] 1942 | #[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/x86/avx2.rs:2253:3
[INFO] [stdout]      |
[INFO] [stdout] 2253 | #[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/x86/avx2.rs:2441:3
[INFO] [stdout]      |
[INFO] [stdout] 2441 | #[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/x86/avx2.rs:2497:3
[INFO] [stdout]      |
[INFO] [stdout] 2497 | #[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/x86/avx2.rs:2517:3
[INFO] [stdout]      |
[INFO] [stdout] 2517 | #[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/x86/avx2.rs:2663:3
[INFO] [stdout]      |
[INFO] [stdout] 2663 | #[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/x86/avx2.rs:2741:3
[INFO] [stdout]      |
[INFO] [stdout] 2741 | #[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/x86/avx2.rs:2802:3
[INFO] [stdout]      |
[INFO] [stdout] 2802 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_deprecated` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/x86/avx2.rs:2972:3
[INFO] [stdout]      |
[INFO] [stdout] 2972 | #[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/x86/avx2.rs:2990:3
[INFO] [stdout]      |
[INFO] [stdout] 2990 | #[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/x86/avx2.rs:3132:3
[INFO] [stdout]      |
[INFO] [stdout] 3132 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     asm!("pushfq; popq $0" : "=r"(eflags) : : : "volatile");
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]     --> src/x86/avx2.rs:3150:3
[INFO] [stdout]      |
[INFO] [stdout] 3150 | #[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/x86/avx2.rs:3747:3
[INFO] [stdout]      |
[INFO] [stdout] 3747 | #[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/x86/avx2.rs:3763:3
[INFO] [stdout]      |
[INFO] [stdout] 3763 | #[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/x86/avx2.rs:3776:3
[INFO] [stdout]      |
[INFO] [stdout] 3776 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_deprecated` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/x86/pclmulqdq.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[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/x86/aes.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[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/x86/sha.rs:76:3
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[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/x86_64/sse41.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[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/x86_64/sse41.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[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/x86_64/avx.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     asm!("pushq $0; popfq" : : "r"(eflags) : "cc", "flags" : "volatile");
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/x86_64/avx2.rs:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[rustc_args_required_const(1)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/cpuid.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         asm!("cpuid\n"
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/xsave.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     asm!("xgetbv" : "={eax}"(eax), "={edx}"(edx) : "{ecx}"(xcr_no));
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:996:3
[INFO] [stdout]     |
[INFO] [stdout] 996 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:1859:3
[INFO] [stdout]      |
[INFO] [stdout] 1859 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2331:3
[INFO] [stdout]      |
[INFO] [stdout] 2331 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2346:3
[INFO] [stdout]      |
[INFO] [stdout] 2346 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2362:3
[INFO] [stdout]      |
[INFO] [stdout] 2362 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2378:3
[INFO] [stdout]      |
[INFO] [stdout] 2378 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2413:3
[INFO] [stdout]      |
[INFO] [stdout] 2413 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2428:3
[INFO] [stdout]      |
[INFO] [stdout] 2428 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:415:3
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:482:3
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:494:3
[INFO] [stdout]     |
[INFO] [stdout] 494 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:506:3
[INFO] [stdout]     |
[INFO] [stdout] 506 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:530:3
[INFO] [stdout]     |
[INFO] [stdout] 530 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_deprecated` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:554:3
[INFO] [stdout]     |
[INFO] [stdout] 554 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:579:3
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     asm!("pushfq; popq $0" : "=r"(eflags) : : : "volatile");
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:604:3
[INFO] [stdout]     |
[INFO] [stdout] 604 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:628:3
[INFO] [stdout]     |
[INFO] [stdout] 628 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_deprecated` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[rustc_deprecated(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:696:3
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:721:3
[INFO] [stdout]     |
[INFO] [stdout] 721 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/eflags.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     asm!("pushq $0; popfq" : : "r"(eflags) : "cc", "flags" : "volatile");
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:746:3
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1375:3
[INFO] [stdout]      |
[INFO] [stdout] 1375 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/cpuid.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         asm!("cpuid\n"
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1387:3
[INFO] [stdout]      |
[INFO] [stdout] 1387 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/xsave.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     asm!("xgetbv" : "={eax}"(eax), "={edx}"(edx) : "{ecx}"(xcr_no));
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1477:3
[INFO] [stdout]      |
[INFO] [stdout] 1477 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1537:3
[INFO] [stdout]      |
[INFO] [stdout] 1537 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:996:3
[INFO] [stdout]     |
[INFO] [stdout] 996 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:2762:3
[INFO] [stdout]      |
[INFO] [stdout] 2762 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/ssse3.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:1859:3
[INFO] [stdout]      |
[INFO] [stdout] 1859 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/ssse3.rs:343:3
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2331:3
[INFO] [stdout]      |
[INFO] [stdout] 2331 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/sse41.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:128:3
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2346:3
[INFO] [stdout]      |
[INFO] [stdout] 2346 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:146:3
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:167:3
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2362:3
[INFO] [stdout]      |
[INFO] [stdout] 2362 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:182:3
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:198:3
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2378:3
[INFO] [stdout]      |
[INFO] [stdout] 2378 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:232:3
[INFO] [stdout]     |
[INFO] [stdout] 232 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:250:3
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2413:3
[INFO] [stdout]      |
[INFO] [stdout] 2413 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:263:3
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse.rs:2428:3
[INFO] [stdout]      |
[INFO] [stdout] 2428 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:560:3
[INFO] [stdout]     |
[INFO] [stdout] 560 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:583:3
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:415:3
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:740:3
[INFO] [stdout]     |
[INFO] [stdout] 740 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:785:3
[INFO] [stdout]     |
[INFO] [stdout] 785 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:482:3
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:832:3
[INFO] [stdout]     |
[INFO] [stdout] 832 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:879:3
[INFO] [stdout]     |
[INFO] [stdout] 879 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:494:3
[INFO] [stdout]     |
[INFO] [stdout] 494 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:983:3
[INFO] [stdout]     |
[INFO] [stdout] 983 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:506:3
[INFO] [stdout]     |
[INFO] [stdout] 506 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/sse42.rs:74:3
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:282:3
[INFO] [stdout]     |
[INFO] [stdout] 282 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:530:3
[INFO] [stdout]     |
[INFO] [stdout] 530 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:303:3
[INFO] [stdout]     |
[INFO] [stdout] 303 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:324:3
[INFO] [stdout]     |
[INFO] [stdout] 324 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:554:3
[INFO] [stdout]     |
[INFO] [stdout] 554 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:345:3
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:365:3
[INFO] [stdout]     |
[INFO] [stdout] 365 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:579:3
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:386:3
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:406:3
[INFO] [stdout]     |
[INFO] [stdout] 406 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:604:3
[INFO] [stdout]     |
[INFO] [stdout] 604 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:501:3
[INFO] [stdout]     |
[INFO] [stdout] 501 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:522:3
[INFO] [stdout]     |
[INFO] [stdout] 522 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:628:3
[INFO] [stdout]     |
[INFO] [stdout] 628 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:543:3
[INFO] [stdout]     |
[INFO] [stdout] 543 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:696:3
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:564:3
[INFO] [stdout]     |
[INFO] [stdout] 564 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:585:3
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:721:3
[INFO] [stdout]     |
[INFO] [stdout] 721 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:607:3
[INFO] [stdout]     |
[INFO] [stdout] 607 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:117:3
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse2.rs:746:3
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:163:3
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:409:3
[INFO] [stdout]     |
[INFO] [stdout] 409 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1375:3
[INFO] [stdout]      |
[INFO] [stdout] 1375 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:460:3
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:529:3
[INFO] [stdout]     |
[INFO] [stdout] 529 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1387:3
[INFO] [stdout]      |
[INFO] [stdout] 1387 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:575:3
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:664:3
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1410:3
[INFO] [stdout]      |
[INFO] [stdout] 1410 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:867:3
[INFO] [stdout]     |
[INFO] [stdout] 867 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:886:3
[INFO] [stdout]     |
[INFO] [stdout] 886 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1477:3
[INFO] [stdout]      |
[INFO] [stdout] 1477 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:905:3
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:945:3
[INFO] [stdout]     |
[INFO] [stdout] 945 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:1537:3
[INFO] [stdout]      |
[INFO] [stdout] 1537 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:966:3
[INFO] [stdout]     |
[INFO] [stdout] 966 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1083:3
[INFO] [stdout]      |
[INFO] [stdout] 1083 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/sse2.rs:2762:3
[INFO] [stdout]      |
[INFO] [stdout] 2762 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1102:3
[INFO] [stdout]      |
[INFO] [stdout] 1102 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1120:3
[INFO] [stdout]      |
[INFO] [stdout] 1120 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/ssse3.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1185:3
[INFO] [stdout]      |
[INFO] [stdout] 1185 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1243:3
[INFO] [stdout]      |
[INFO] [stdout] 1243 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1321:3
[INFO] [stdout]      |
[INFO] [stdout] 1321 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/ssse3.rs:343:3
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1367:3
[INFO] [stdout]      |
[INFO] [stdout] 1367 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1397:3
[INFO] [stdout]      |
[INFO] [stdout] 1397 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/sse41.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1415:3
[INFO] [stdout]      |
[INFO] [stdout] 1415 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1433:3
[INFO] [stdout]      |
[INFO] [stdout] 1433 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:128:3
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1521:3
[INFO] [stdout]      |
[INFO] [stdout] 1521 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1542:3
[INFO] [stdout]      |
[INFO] [stdout] 1542 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:146:3
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1561:3
[INFO] [stdout]      |
[INFO] [stdout] 1561 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1579:3
[INFO] [stdout]      |
[INFO] [stdout] 1579 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1592:3
[INFO] [stdout]      |
[INFO] [stdout] 1592 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:167:3
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1605:3
[INFO] [stdout]      |
[INFO] [stdout] 1605 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx2.rs:157:3
[INFO] [stdout]     |
[INFO] [stdout] 157 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:182:3
[INFO] [stdout]     |
[INFO] [stdout] 182 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx2.rs:367:3
[INFO] [stdout]     |
[INFO] [stdout] 367 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx2.rs:403:3
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx2.rs:468:3
[INFO] [stdout]     |
[INFO] [stdout] 468 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1004:3
[INFO] [stdout]      |
[INFO] [stdout] 1004 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:198:3
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1092:3
[INFO] [stdout]      |
[INFO] [stdout] 1092 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1117:3
[INFO] [stdout]      |
[INFO] [stdout] 1117 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1147:3
[INFO] [stdout]      |
[INFO] [stdout] 1147 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:232:3
[INFO] [stdout]     |
[INFO] [stdout] 232 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1172:3
[INFO] [stdout]      |
[INFO] [stdout] 1172 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1202:3
[INFO] [stdout]      |
[INFO] [stdout] 1202 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1226:3
[INFO] [stdout]      |
[INFO] [stdout] 1226 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:250:3
[INFO] [stdout]     |
[INFO] [stdout] 250 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1253:3
[INFO] [stdout]      |
[INFO] [stdout] 1253 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1277:3
[INFO] [stdout]      |
[INFO] [stdout] 1277 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:263:3
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1304:3
[INFO] [stdout]      |
[INFO] [stdout] 1304 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1329:3
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1359:3
[INFO] [stdout]      |
[INFO] [stdout] 1359 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:560:3
[INFO] [stdout]     |
[INFO] [stdout] 560 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1384:3
[INFO] [stdout]      |
[INFO] [stdout] 1384 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1414:3
[INFO] [stdout]      |
[INFO] [stdout] 1414 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1438:3
[INFO] [stdout]      |
[INFO] [stdout] 1438 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:583:3
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1465:3
[INFO] [stdout]      |
[INFO] [stdout] 1465 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1489:3
[INFO] [stdout]      |
[INFO] [stdout] 1489 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1516:3
[INFO] [stdout]      |
[INFO] [stdout] 1516 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:740:3
[INFO] [stdout]     |
[INFO] [stdout] 740 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1541:3
[INFO] [stdout]      |
[INFO] [stdout] 1541 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1571:3
[INFO] [stdout]      |
[INFO] [stdout] 1571 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:785:3
[INFO] [stdout]     |
[INFO] [stdout] 785 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1596:3
[INFO] [stdout]      |
[INFO] [stdout] 1596 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1626:3
[INFO] [stdout]      |
[INFO] [stdout] 1626 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1650:3
[INFO] [stdout]      |
[INFO] [stdout] 1650 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:832:3
[INFO] [stdout]     |
[INFO] [stdout] 832 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1677:3
[INFO] [stdout]      |
[INFO] [stdout] 1677 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1701:3
[INFO] [stdout]      |
[INFO] [stdout] 1701 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1728:3
[INFO] [stdout]      |
[INFO] [stdout] 1728 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:879:3
[INFO] [stdout]     |
[INFO] [stdout] 879 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1753:3
[INFO] [stdout]      |
[INFO] [stdout] 1753 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1783:3
[INFO] [stdout]      |
[INFO] [stdout] 1783 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1808:3
[INFO] [stdout]      |
[INFO] [stdout] 1808 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse41.rs:983:3
[INFO] [stdout]     |
[INFO] [stdout] 983 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1838:3
[INFO] [stdout]      |
[INFO] [stdout] 1838 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1862:3
[INFO] [stdout]      |
[INFO] [stdout] 1862 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1889:3
[INFO] [stdout]      |
[INFO] [stdout] 1889 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/sse42.rs:74:3
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1913:3
[INFO] [stdout]      |
[INFO] [stdout] 1913 | #[rustc_args_required_const(4)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:1942:3
[INFO] [stdout]      |
[INFO] [stdout] 1942 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2253:3
[INFO] [stdout]      |
[INFO] [stdout] 2253 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2441:3
[INFO] [stdout]      |
[INFO] [stdout] 2441 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:282:3
[INFO] [stdout]     |
[INFO] [stdout] 282 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2497:3
[INFO] [stdout]      |
[INFO] [stdout] 2497 | #[rustc_args_required_const(2)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2517:3
[INFO] [stdout]      |
[INFO] [stdout] 2517 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2663:3
[INFO] [stdout]      |
[INFO] [stdout] 2663 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:303:3
[INFO] [stdout]     |
[INFO] [stdout] 303 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2741:3
[INFO] [stdout]      |
[INFO] [stdout] 2741 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2802:3
[INFO] [stdout]      |
[INFO] [stdout] 2802 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2972:3
[INFO] [stdout]      |
[INFO] [stdout] 2972 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:324:3
[INFO] [stdout]     |
[INFO] [stdout] 324 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:2990:3
[INFO] [stdout]      |
[INFO] [stdout] 2990 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:3132:3
[INFO] [stdout]      |
[INFO] [stdout] 3132 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:3150:3
[INFO] [stdout]      |
[INFO] [stdout] 3150 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:345:3
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:3747:3
[INFO] [stdout]      |
[INFO] [stdout] 3747 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:3763:3
[INFO] [stdout]      |
[INFO] [stdout] 3763 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx2.rs:3776:3
[INFO] [stdout]      |
[INFO] [stdout] 3776 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:365:3
[INFO] [stdout]     |
[INFO] [stdout] 365 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/pclmulqdq.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/aes.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[rustc_args_required_const(1)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:386:3
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86/sha.rs:76:3
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/bt.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     asm!("btl $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:406:3
[INFO] [stdout]     |
[INFO] [stdout] 406 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/bt.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     asm!("btsl $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/bt.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     asm!("btrl $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:501:3
[INFO] [stdout]     |
[INFO] [stdout] 501 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86/bt.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     asm!("btcl $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:522:3
[INFO] [stdout]     |
[INFO] [stdout] 522 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86_64/sse41.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[rustc_args_required_const(1)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86_64/sse41.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:543:3
[INFO] [stdout]     |
[INFO] [stdout] 543 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86_64/avx.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[rustc_args_required_const(2)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]   --> src/x86_64/avx2.rs:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[rustc_args_required_const(1)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:564:3
[INFO] [stdout]     |
[INFO] [stdout] 564 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86_64/bt.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     asm!("btq $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86_64/bt.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     asm!("btsq $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:585:3
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86_64/bt.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     asm!("btrq $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/sse42.rs:607:3
[INFO] [stdout]     |
[INFO] [stdout] 607 | #[rustc_args_required_const(4)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/x86_64/bt.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     asm!("btcq $2, $1\n\tsetc ${0:b}"
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:117:3
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:163:3
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:409:3
[INFO] [stdout]     |
[INFO] [stdout] 409 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:460:3
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[rustc_args_required_const(1)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:529:3
[INFO] [stdout]     |
[INFO] [stdout] 529 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:575:3
[INFO] [stdout]     |
[INFO] [stdout] 575 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:664:3
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_acq` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:58:43
[INFO] [stdout]    |
[INFO] [stdout] 58 |         (Acquire, Acquire) => intrinsics::atomic_cxchg_acq(dst, old, new),
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_xchg_acqrel`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:417:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_xchg_acqrel` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_rel` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:59:43
[INFO] [stdout]    |
[INFO] [stdout] 59 |         (Release, Relaxed) => intrinsics::atomic_cxchg_rel(dst, old, new),
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_xchg_acqrel`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:417:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_xchg_acqrel` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_acqrel` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:60:42
[INFO] [stdout]    |
[INFO] [stdout] 60 |         (AcqRel, Acquire) => intrinsics::atomic_cxchg_acqrel(dst, old, new),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_xchg_acqrel`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:417:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_xchg_acqrel` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:867:3
[INFO] [stdout]     |
[INFO] [stdout] 867 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:61:43
[INFO] [stdout]    |
[INFO] [stdout] 61 |         (Relaxed, Relaxed) => intrinsics::atomic_cxchg_relaxed(dst, old, new),
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_xchg_relaxed`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:424:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_xchg_relaxed` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:62:41
[INFO] [stdout]    |
[INFO] [stdout] 62 |         (SeqCst, SeqCst) => intrinsics::atomic_cxchg(dst, old, new),
[INFO] [stdout]    |                                         ^^^^^^^^^^^^ not found in `intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:886:3
[INFO] [stdout]     |
[INFO] [stdout] 886 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_acq_failrelaxed` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |         (Acquire, Relaxed) => intrinsics::atomic_cxchg_acq_failrelaxed(dst, old, new),
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_cxchg_acqrel_relaxed`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:173:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_cxchg_acqrel_relaxed` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_acqrel_failrelaxed` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:64:42
[INFO] [stdout]    |
[INFO] [stdout] 64 |         (AcqRel, Relaxed) => intrinsics::atomic_cxchg_acqrel_failrelaxed(dst, old, new),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_cxchg_acqrel_relaxed`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:173:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_cxchg_acqrel_relaxed` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_failrelaxed` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:65:42
[INFO] [stdout]    |
[INFO] [stdout] 65 |         (SeqCst, Relaxed) => intrinsics::atomic_cxchg_failrelaxed(dst, old, new),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `atomic_xchg_relaxed`
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/intrinsics.rs:424:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `atomic_xchg_relaxed` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:905:3
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_failacq` in module `intrinsics`
[INFO] [stdout]   --> src/x86_64/cmpxchg16b.rs:66:42
[INFO] [stdout]    |
[INFO] [stdout] 66 |         (SeqCst, Acquire) => intrinsics::atomic_cxchg_failacq(dst, old, new),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:924:3
[INFO] [stdout]     |
[INFO] [stdout] 924 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `link_llvm_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     link_llvm_intrinsics,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `rustc_attrs` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     rustc_attrs,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `staged_api` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     staged_api,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `abi_unadjusted` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     abi_unadjusted,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     core_intrinsics,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: custom inner attributes are unstable
[INFO] [stdout]  --> src/simd.rs:3:4
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![rustfmt::skip]
[INFO] [stdout]   |    ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stdout]   = note: `#[deny(soft_unstable)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:945:3
[INFO] [stdout]     |
[INFO] [stdout] 945 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Sized` is imported redundantly
[INFO] [stdout]  --> src/x86/mod.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{intrinsics, marker::Sized, mem::transmute};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/prelude/mod.rs:18:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Sized` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `intrinsics` is imported redundantly
[INFO] [stdout]  --> src/x86/sse.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]   |                                        ------ the item `intrinsics` is already imported here
[INFO] [stdout] 5 |     intrinsics, mem, ptr,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `intrinsics` is imported redundantly
[INFO] [stdout]  --> src/x86/sse2.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]   |                                        ------ the item `intrinsics` is already imported here
[INFO] [stdout] 8 |     intrinsics,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `transmute` is imported redundantly
[INFO] [stdout]  --> src/x86/sse2.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]   |                                        ------ the item `transmute` is already imported here
[INFO] [stdout] 8 |     intrinsics,
[INFO] [stdout] 9 |     mem::{self, transmute},
[INFO] [stdout]   |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `transmute` is imported redundantly
[INFO] [stdout]  --> src/x86/sse3.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |         x86::*,
[INFO] [stdout]   |         ------ the item `transmute` is already imported here
[INFO] [stdout] 8 |     },
[INFO] [stdout] 9 |     mem::transmute,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `transmute` is imported redundantly
[INFO] [stdout]  --> src/x86/ssse3.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]   |                                        ------ the item `transmute` is already imported here
[INFO] [stdout] 5 |     mem::transmute,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `transmute` is imported redundantly
[INFO] [stdout]  --> src/x86/sse41.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]   |                                        ------ the item `transmute` is already imported here
[INFO] [stdout] 5 |     mem::transmute,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/x86/sse41.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub const _MM_FROUND_FLOOR: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_NEG_INF);
[INFO] [stdout]    |                                   ^                                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 - pub const _MM_FROUND_FLOOR: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_NEG_INF);
[INFO] [stdout] 38 + pub const _MM_FROUND_FLOOR: i32 = _MM_FROUND_RAISE_EXC | _MM_FROUND_TO_NEG_INF;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/x86/sse41.rs:41:34
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const _MM_FROUND_CEIL: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_POS_INF);
[INFO] [stdout]    |                                  ^                                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 - pub const _MM_FROUND_CEIL: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_POS_INF);
[INFO] [stdout] 41 + pub const _MM_FROUND_CEIL: i32 = _MM_FROUND_RAISE_EXC | _MM_FROUND_TO_POS_INF;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/x86/sse41.rs:44:35
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub const _MM_FROUND_TRUNC: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_ZERO);
[INFO] [stdout]    |                                   ^                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 - pub const _MM_FROUND_TRUNC: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_ZERO);
[INFO] [stdout] 44 + pub const _MM_FROUND_TRUNC: i32 = _MM_FROUND_RAISE_EXC | _MM_FROUND_TO_ZERO;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/x86/sse41.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub const _MM_FROUND_RINT: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_CUR_DIRECTION);
[INFO] [stdout]    |                                  ^                                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 - pub const _MM_FROUND_RINT: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_CUR_DIRECTION);
[INFO] [stdout] 48 + pub const _MM_FROUND_RINT: i32 = _MM_FROUND_RAISE_EXC | _MM_FROUND_CUR_DIRECTION;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/x86/sse41.rs:51:39
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub const _MM_FROUND_NEARBYINT: i32 = (_MM_FROUND_NO_EXC | _MM_FROUND_CUR_DIRECTION);
[INFO] [stdout]    |                                       ^                                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 51 - pub const _MM_FROUND_NEARBYINT: i32 = (_MM_FROUND_NO_EXC | _MM_FROUND_CUR_DIRECTION);
[INFO] [stdout] 51 + pub const _MM_FROUND_NEARBYINT: i32 = _MM_FROUND_NO_EXC | _MM_FROUND_CUR_DIRECTION;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `transmute` is imported redundantly
[INFO] [stdout]   --> src/x86/sse42.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 9  |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]    |                                        ------ the item `transmute` is already imported here
[INFO] [stdout] 10 |     mem::transmute,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `intrinsics` is imported redundantly
[INFO] [stdout]   --> src/x86/avx.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]    |                                        ------ the item `intrinsics` is already imported here
[INFO] [stdout] 18 |     intrinsics,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `transmute` is imported redundantly
[INFO] [stdout]   --> src/x86/avx.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |     core_arch::{simd::*, simd_llvm::*, x86::*},
[INFO] [stdout]    |                                        ------ the item `transmute` is already imported here
[INFO] [stdout] 18 |     intrinsics,
[INFO] [stdout] 19 |     mem::{self, transmute},
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 151 |         0 => shuffle1!(0),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:123:50
[INFO] [stdout]     |
[INFO] [stdout] 123 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         _ => shuffle1!(1),
[INFO] [stdout]     |              ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]    --> src/x86/avx.rs:966:3
[INFO] [stdout]     |
[INFO] [stdout] 966 | #[rustc_args_required_const(2)]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |         0 => shuffle1!(0, 4),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1083:3
[INFO] [stdout]      |
[INFO] [stdout] 1083 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         1 => shuffle1!(1, 5),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 214 |         2 => shuffle1!(2, 6),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1102:3
[INFO] [stdout]      |
[INFO] [stdout] 1102 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:178:66
[INFO] [stdout]     |
[INFO] [stdout] 178 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         _ => shuffle1!(3, 7),
[INFO] [stdout]     |              --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `shuffle4` which comes from the expansion of the macro `shuffle1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 563 |         0 => blend1!(0),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:535:50
[INFO] [stdout]     |
[INFO] [stdout] 535 |             simd_shuffle4(a, b, [$a, $b, $c, $d]);
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 564 |         _ => blend1!(4),
[INFO] [stdout]     |              ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope
[INFO] [stdout]     --> src/x86/avx.rs:1120:3
[INFO] [stdout]      |
[INFO] [stdout] 1120 | #[rustc_args_required_const(1)]
[INFO] [stdout]      |   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 624 |         0b00 => blend1!(0, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/x86/avx.rs:590:66
[INFO] [stdout]     |
[INFO] [stdout] 590 |             simd_shuffle8(a, b, [$a, $b, $c, $d, $e, $f, $g, $h]);
[INFO] [stdout]     |                                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 625 |         0b01 => blend1!(8, 1),
[INFO] [stdout]     |                 ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `blend4` which comes from the expansion of the macro `blend1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
