[INFO] fetching crate vektor 0.2.2... [INFO] checking vektor-0.2.2 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate vektor 0.2.2 into /workspace/builds/worker-84/source [INFO] validating manifest of crates.io crate vektor 0.2.2 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vektor 0.2.2 [INFO] finished tweaking crates.io crate vektor 0.2.2 [INFO] tweaked toml for crates.io crate vektor 0.2.2 written to /workspace/builds/worker-84/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded packed_simd_2 v0.3.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c2d2be851e1973dcca54d42a26bd984450581065308bba95f61ccff2cf55444 [INFO] running `Command { std: "docker" "start" "-a" "9c2d2be851e1973dcca54d42a26bd984450581065308bba95f61ccff2cf55444", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c2d2be851e1973dcca54d42a26bd984450581065308bba95f61ccff2cf55444", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c2d2be851e1973dcca54d42a26bd984450581065308bba95f61ccff2cf55444", kill_on_drop: false }` [INFO] [stdout] 9c2d2be851e1973dcca54d42a26bd984450581065308bba95f61ccff2cf55444 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c9e8b86a5938de6b117b2a97ea7aa2e65d050bac19f383b7db5b75991c4d875 [INFO] running `Command { std: "docker" "start" "-a" "6c9e8b86a5938de6b117b2a97ea7aa2e65d050bac19f383b7db5b75991c4d875", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling packed_simd_2 v0.3.5 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking vektor v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86_64/sse41.rs:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | #[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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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/avx.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | #[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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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/avx2.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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/avx.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[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:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/ssse3.rs:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[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:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:1394:3 [INFO] [stdout] | [INFO] [stdout] 1394 | #[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:1394:3 [INFO] [stdout] | [INFO] [stdout] 1394 | #[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:1377:3 [INFO] [stdout] | [INFO] [stdout] 1377 | #[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:1377:3 [INFO] [stdout] | [INFO] [stdout] 1377 | #[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:1340:3 [INFO] [stdout] | [INFO] [stdout] 1340 | #[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:1340:3 [INFO] [stdout] | [INFO] [stdout] 1340 | #[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:1322:3 [INFO] [stdout] | [INFO] [stdout] 1322 | #[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:1322:3 [INFO] [stdout] | [INFO] [stdout] 1322 | #[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:1304:3 [INFO] [stdout] | [INFO] [stdout] 1304 | #[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:1304:3 [INFO] [stdout] | [INFO] [stdout] 1304 | #[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:1287:3 [INFO] [stdout] | [INFO] [stdout] 1287 | #[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:1287:3 [INFO] [stdout] | [INFO] [stdout] 1287 | #[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:752:3 [INFO] [stdout] | [INFO] [stdout] 752 | #[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:752:3 [INFO] [stdout] | [INFO] [stdout] 752 | #[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:559:3 [INFO] [stdout] | [INFO] [stdout] 559 | #[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:559:3 [INFO] [stdout] | [INFO] [stdout] 559 | #[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:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | #[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:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | #[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: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: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:504:3 [INFO] [stdout] | [INFO] [stdout] 504 | #[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:504:3 [INFO] [stdout] | [INFO] [stdout] 504 | #[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:486:3 [INFO] [stdout] | [INFO] [stdout] 486 | #[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:486:3 [INFO] [stdout] | [INFO] [stdout] 486 | #[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:468:3 [INFO] [stdout] | [INFO] [stdout] 468 | #[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:468:3 [INFO] [stdout] | [INFO] [stdout] 468 | #[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:366:3 [INFO] [stdout] | [INFO] [stdout] 366 | #[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:366:3 [INFO] [stdout] | [INFO] [stdout] 366 | #[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:349:3 [INFO] [stdout] | [INFO] [stdout] 349 | #[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:349:3 [INFO] [stdout] | [INFO] [stdout] 349 | #[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:331:3 [INFO] [stdout] | [INFO] [stdout] 331 | #[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:331:3 [INFO] [stdout] | [INFO] [stdout] 331 | #[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:314:3 [INFO] [stdout] | [INFO] [stdout] 314 | #[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:314:3 [INFO] [stdout] | [INFO] [stdout] 314 | #[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:296:3 [INFO] [stdout] | [INFO] [stdout] 296 | #[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:296:3 [INFO] [stdout] | [INFO] [stdout] 296 | #[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:278:3 [INFO] [stdout] | [INFO] [stdout] 278 | #[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:278:3 [INFO] [stdout] | [INFO] [stdout] 278 | #[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:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[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:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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:829:3 [INFO] [stdout] | [INFO] [stdout] 829 | #[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:829:3 [INFO] [stdout] | [INFO] [stdout] 829 | #[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:735:3 [INFO] [stdout] | [INFO] [stdout] 735 | #[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:735:3 [INFO] [stdout] | [INFO] [stdout] 735 | #[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:682:3 [INFO] [stdout] | [INFO] [stdout] 682 | #[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:682:3 [INFO] [stdout] | [INFO] [stdout] 682 | #[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:629:3 [INFO] [stdout] | [INFO] [stdout] 629 | #[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:629:3 [INFO] [stdout] | [INFO] [stdout] 629 | #[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:577:3 [INFO] [stdout] | [INFO] [stdout] 577 | #[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:577:3 [INFO] [stdout] | [INFO] [stdout] 577 | #[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:438:3 [INFO] [stdout] | [INFO] [stdout] 438 | #[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:438:3 [INFO] [stdout] | [INFO] [stdout] 438 | #[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:416:3 [INFO] [stdout] | [INFO] [stdout] 416 | #[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:416:3 [INFO] [stdout] | [INFO] [stdout] 416 | #[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:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | #[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:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | #[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:188:3 [INFO] [stdout] | [INFO] [stdout] 188 | #[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:188:3 [INFO] [stdout] | [INFO] [stdout] 188 | #[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:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | #[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:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | #[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:134:3 [INFO] [stdout] | [INFO] [stdout] 134 | #[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:134:3 [INFO] [stdout] | [INFO] [stdout] 134 | #[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:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[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:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[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:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | #[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:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | #[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:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[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:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[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:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | #[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:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | #[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:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[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:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[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:1717:3 [INFO] [stdout] | [INFO] [stdout] 1717 | #[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:1717:3 [INFO] [stdout] | [INFO] [stdout] 1717 | #[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:942:3 [INFO] [stdout] | [INFO] [stdout] 942 | #[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:942:3 [INFO] [stdout] | [INFO] [stdout] 942 | #[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:922:3 [INFO] [stdout] | [INFO] [stdout] 922 | #[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:922:3 [INFO] [stdout] | [INFO] [stdout] 922 | #[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:902:3 [INFO] [stdout] | [INFO] [stdout] 902 | #[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:902:3 [INFO] [stdout] | [INFO] [stdout] 902 | #[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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[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:862:3 [INFO] [stdout] | [INFO] [stdout] 862 | #[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:862:3 [INFO] [stdout] | [INFO] [stdout] 862 | #[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:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[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:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[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:483:3 [INFO] [stdout] | [INFO] [stdout] 483 | #[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:483:3 [INFO] [stdout] | [INFO] [stdout] 483 | #[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:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | #[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:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | #[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:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[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:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[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:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | #[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:363:3 [INFO] [stdout] | [INFO] [stdout] 363 | #[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:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | #[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:363:3 [INFO] [stdout] | [INFO] [stdout] 363 | #[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:338:3 [INFO] [stdout] | [INFO] [stdout] 338 | #[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:338:3 [INFO] [stdout] | [INFO] [stdout] 338 | #[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:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[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:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[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:297:3 [INFO] [stdout] | [INFO] [stdout] 297 | #[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:297:3 [INFO] [stdout] | [INFO] [stdout] 297 | #[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:281:3 [INFO] [stdout] | [INFO] [stdout] 281 | #[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:281:3 [INFO] [stdout] | [INFO] [stdout] 281 | #[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:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[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:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[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:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | #[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:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | #[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/pclmulqdq.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[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/pclmulqdq.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[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:998:3 [INFO] [stdout] | [INFO] [stdout] 998 | #[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:998:3 [INFO] [stdout] | [INFO] [stdout] 998 | #[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:981:3 [INFO] [stdout] | [INFO] [stdout] 981 | #[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:981:3 [INFO] [stdout] | [INFO] [stdout] 981 | #[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:964:3 [INFO] [stdout] | [INFO] [stdout] 964 | #[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:964:3 [INFO] [stdout] | [INFO] [stdout] 964 | #[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:947:3 [INFO] [stdout] | [INFO] [stdout] 947 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:947:3 [INFO] [stdout] | [INFO] [stdout] 947 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:930:3 [INFO] [stdout] | [INFO] [stdout] 930 | #[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:930:3 [INFO] [stdout] | [INFO] [stdout] 930 | #[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:912:3 [INFO] [stdout] | [INFO] [stdout] 912 | #[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:912:3 [INFO] [stdout] | [INFO] [stdout] 912 | #[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:849:3 [INFO] [stdout] | [INFO] [stdout] 849 | #[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:849:3 [INFO] [stdout] | [INFO] [stdout] 849 | #[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: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/avx.rs:815:3 [INFO] [stdout] | [INFO] [stdout] 815 | #[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: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/avx.rs:798:3 [INFO] [stdout] | [INFO] [stdout] 798 | #[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:815:3 [INFO] [stdout] | [INFO] [stdout] 815 | #[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:781:3 [INFO] [stdout] | [INFO] [stdout] 781 | #[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:798:3 [INFO] [stdout] | [INFO] [stdout] 798 | #[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: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/avx.rs:781:3 [INFO] [stdout] | [INFO] [stdout] 781 | #[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:729:3 [INFO] [stdout] | [INFO] [stdout] 729 | #[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: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/avx.rs:694:3 [INFO] [stdout] | [INFO] [stdout] 694 | #[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:729:3 [INFO] [stdout] | [INFO] [stdout] 729 | #[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:678:3 [INFO] [stdout] | [INFO] [stdout] 678 | #[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:694:3 [INFO] [stdout] | [INFO] [stdout] 694 | #[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:661:3 [INFO] [stdout] | [INFO] [stdout] 661 | #[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:678:3 [INFO] [stdout] | [INFO] [stdout] 678 | #[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:572:3 [INFO] [stdout] | [INFO] [stdout] 572 | #[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:661:3 [INFO] [stdout] | [INFO] [stdout] 661 | #[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:552:3 [INFO] [stdout] | [INFO] [stdout] 552 | #[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:572:3 [INFO] [stdout] | [INFO] [stdout] 572 | #[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:532:3 [INFO] [stdout] | [INFO] [stdout] 532 | #[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:552:3 [INFO] [stdout] | [INFO] [stdout] 552 | #[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:514:3 [INFO] [stdout] | [INFO] [stdout] 514 | #[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:532:3 [INFO] [stdout] | [INFO] [stdout] 532 | #[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:496:3 [INFO] [stdout] | [INFO] [stdout] 496 | #[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:514:3 [INFO] [stdout] | [INFO] [stdout] 514 | #[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:478:3 [INFO] [stdout] | [INFO] [stdout] 478 | #[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:496:3 [INFO] [stdout] | [INFO] [stdout] 496 | #[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:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[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:478:3 [INFO] [stdout] | [INFO] [stdout] 478 | #[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:358:3 [INFO] [stdout] | [INFO] [stdout] 358 | #[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:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[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:341:3 [INFO] [stdout] | [INFO] [stdout] 341 | #[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:288:3 [INFO] [stdout] | [INFO] [stdout] 288 | #[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:358:3 [INFO] [stdout] | [INFO] [stdout] 358 | #[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:244:3 [INFO] [stdout] | [INFO] [stdout] 244 | #[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:341:3 [INFO] [stdout] | [INFO] [stdout] 341 | #[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:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[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:288:3 [INFO] [stdout] | [INFO] [stdout] 288 | #[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:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[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:244:3 [INFO] [stdout] | [INFO] [stdout] 244 | #[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:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | #[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:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[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:2462:3 [INFO] [stdout] | [INFO] [stdout] 2462 | #[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:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[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:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | #[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:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | #[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:1917:3 [INFO] [stdout] | [INFO] [stdout] 1917 | #[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:2462:3 [INFO] [stdout] | [INFO] [stdout] 2462 | #[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:1901:3 [INFO] [stdout] | [INFO] [stdout] 1901 | #[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:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | #[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:1791:3 [INFO] [stdout] | [INFO] [stdout] 1791 | #[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:1917:3 [INFO] [stdout] | [INFO] [stdout] 1917 | #[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:1775:3 [INFO] [stdout] | [INFO] [stdout] 1775 | #[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:1901:3 [INFO] [stdout] | [INFO] [stdout] 1901 | #[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:1675:3 [INFO] [stdout] | [INFO] [stdout] 1675 | #[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:1791:3 [INFO] [stdout] | [INFO] [stdout] 1791 | #[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:1657:3 [INFO] [stdout] | [INFO] [stdout] 1657 | #[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:1775:3 [INFO] [stdout] | [INFO] [stdout] 1775 | #[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:1639:3 [INFO] [stdout] | [INFO] [stdout] 1639 | #[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:1675:3 [INFO] [stdout] | [INFO] [stdout] 1675 | #[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:1532:3 [INFO] [stdout] | [INFO] [stdout] 1532 | #[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:1657:3 [INFO] [stdout] | [INFO] [stdout] 1657 | #[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:1515:3 [INFO] [stdout] | [INFO] [stdout] 1515 | #[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:1639:3 [INFO] [stdout] | [INFO] [stdout] 1639 | #[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:1499:3 [INFO] [stdout] | [INFO] [stdout] 1499 | #[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:1354:3 [INFO] [stdout] | [INFO] [stdout] 1354 | #[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:1532:3 [INFO] [stdout] | [INFO] [stdout] 1532 | #[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:1154:3 [INFO] [stdout] | [INFO] [stdout] 1154 | #[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:1515:3 [INFO] [stdout] | [INFO] [stdout] 1515 | #[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:1137:3 [INFO] [stdout] | [INFO] [stdout] 1137 | #[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:1499:3 [INFO] [stdout] | [INFO] [stdout] 1499 | #[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:1354:3 [INFO] [stdout] | [INFO] [stdout] 1354 | #[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:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | #[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:1154:3 [INFO] [stdout] | [INFO] [stdout] 1154 | #[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:1100:3 [INFO] [stdout] | [INFO] [stdout] 1100 | #[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:1137:3 [INFO] [stdout] | [INFO] [stdout] 1137 | #[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:1081:3 [INFO] [stdout] | [INFO] [stdout] 1081 | #[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:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | #[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:1063:3 [INFO] [stdout] | [INFO] [stdout] 1063 | #[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:1100:3 [INFO] [stdout] | [INFO] [stdout] 1100 | #[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:1044:3 [INFO] [stdout] | [INFO] [stdout] 1044 | #[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:1081:3 [INFO] [stdout] | [INFO] [stdout] 1081 | #[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:1026:3 [INFO] [stdout] | [INFO] [stdout] 1026 | #[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:1063:3 [INFO] [stdout] | [INFO] [stdout] 1063 | #[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:1007:3 [INFO] [stdout] | [INFO] [stdout] 1007 | #[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:1044:3 [INFO] [stdout] | [INFO] [stdout] 1044 | #[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:989:3 [INFO] [stdout] | [INFO] [stdout] 989 | #[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:1026:3 [INFO] [stdout] | [INFO] [stdout] 1026 | #[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:970:3 [INFO] [stdout] | [INFO] [stdout] 970 | #[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:1007:3 [INFO] [stdout] | [INFO] [stdout] 1007 | #[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:952:3 [INFO] [stdout] | [INFO] [stdout] 952 | #[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:989:3 [INFO] [stdout] | [INFO] [stdout] 989 | #[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:933:3 [INFO] [stdout] | [INFO] [stdout] 933 | #[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:970:3 [INFO] [stdout] | [INFO] [stdout] 970 | #[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:915:3 [INFO] [stdout] | [INFO] [stdout] 915 | #[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:952:3 [INFO] [stdout] | [INFO] [stdout] 952 | #[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:896:3 [INFO] [stdout] | [INFO] [stdout] 896 | #[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:933:3 [INFO] [stdout] | [INFO] [stdout] 933 | #[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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[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:915:3 [INFO] [stdout] | [INFO] [stdout] 915 | #[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:859:3 [INFO] [stdout] | [INFO] [stdout] 859 | #[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:841:3 [INFO] [stdout] | [INFO] [stdout] 841 | #[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:896:3 [INFO] [stdout] | [INFO] [stdout] 896 | #[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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[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:822:3 [INFO] [stdout] | [INFO] [stdout] 822 | #[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:804:3 [INFO] [stdout] | [INFO] [stdout] 804 | #[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:859:3 [INFO] [stdout] | [INFO] [stdout] 859 | #[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:841:3 [INFO] [stdout] | [INFO] [stdout] 841 | #[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:785:3 [INFO] [stdout] | [INFO] [stdout] 785 | #[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:767:3 [INFO] [stdout] | [INFO] [stdout] 767 | #[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:822:3 [INFO] [stdout] | [INFO] [stdout] 822 | #[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:804:3 [INFO] [stdout] | [INFO] [stdout] 804 | #[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:748:3 [INFO] [stdout] | [INFO] [stdout] 748 | #[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:785:3 [INFO] [stdout] | [INFO] [stdout] 785 | #[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:730:3 [INFO] [stdout] | [INFO] [stdout] 730 | #[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:767:3 [INFO] [stdout] | [INFO] [stdout] 767 | #[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:711:3 [INFO] [stdout] | [INFO] [stdout] 711 | #[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:693:3 [INFO] [stdout] | [INFO] [stdout] 693 | #[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:748:3 [INFO] [stdout] | [INFO] [stdout] 748 | #[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:730:3 [INFO] [stdout] | [INFO] [stdout] 730 | #[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:674:3 [INFO] [stdout] | [INFO] [stdout] 674 | #[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:656:3 [INFO] [stdout] | [INFO] [stdout] 656 | #[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:711:3 [INFO] [stdout] | [INFO] [stdout] 711 | #[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:693:3 [INFO] [stdout] | [INFO] [stdout] 693 | #[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:637:3 [INFO] [stdout] | [INFO] [stdout] 637 | #[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:619:3 [INFO] [stdout] | [INFO] [stdout] 619 | #[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:674:3 [INFO] [stdout] | [INFO] [stdout] 674 | #[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:656:3 [INFO] [stdout] | [INFO] [stdout] 656 | #[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:600:3 [INFO] [stdout] | [INFO] [stdout] 600 | #[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:582:3 [INFO] [stdout] | [INFO] [stdout] 582 | #[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:637:3 [INFO] [stdout] | [INFO] [stdout] 637 | #[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:619:3 [INFO] [stdout] | [INFO] [stdout] 619 | #[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:563:3 [INFO] [stdout] | [INFO] [stdout] 563 | #[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:495:3 [INFO] [stdout] | [INFO] [stdout] 495 | #[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:600:3 [INFO] [stdout] | [INFO] [stdout] 600 | #[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:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | #[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:582:3 [INFO] [stdout] | [INFO] [stdout] 582 | #[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:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | #[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:563:3 [INFO] [stdout] | [INFO] [stdout] 563 | #[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:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | #[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:495:3 [INFO] [stdout] | [INFO] [stdout] 495 | #[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:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | #[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:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | #[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:56:3 [INFO] [stdout] | [INFO] [stdout] 56 | #[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:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | #[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:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | #[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:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | #[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:56:3 [INFO] [stdout] | [INFO] [stdout] 56 | #[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:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | #[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/sse41.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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/avx.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[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:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[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:1394:3 [INFO] [stdout] | [INFO] [stdout] 1394 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg_attr(test, assert_instr(cvtsi2ss))] [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:1377:3 [INFO] [stdout] | [INFO] [stdout] 1377 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(test, assert_instr(cvttss2si))] [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:1340:3 [INFO] [stdout] | [INFO] [stdout] 1340 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg_attr(test, assert_instr(cvtss2si))] [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:1322:3 [INFO] [stdout] | [INFO] [stdout] 1322 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse42.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(crc32))] [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:1304:3 [INFO] [stdout] | [INFO] [stdout] 1304 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse41.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(test, assert_instr(pinsrq, imm8 = 0))] [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:1287:3 [INFO] [stdout] | [INFO] [stdout] 1287 | #[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:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | #[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:752:3 [INFO] [stdout] | [INFO] [stdout] 752 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse41.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(pextrq, imm8 = 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:559:3 [INFO] [stdout] | [INFO] [stdout] 559 | #[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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:89:18 [INFO] [stdout] | [INFO] [stdout] 89 | #[cfg_attr(test, assert_instr(cvtsi2sd))] [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 `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | #[cfg_attr(test, assert_instr(cvtsi2sd))] [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:504:3 [INFO] [stdout] | [INFO] [stdout] 504 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:71:37 [INFO] [stdout] | [INFO] [stdout] 71 | #[cfg_attr(all(test, not(windows)), assert_instr(movq))] [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:486:3 [INFO] [stdout] | [INFO] [stdout] 486 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:63:37 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(all(test, not(windows)), assert_instr(movq))] [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:468:3 [INFO] [stdout] | [INFO] [stdout] 468 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:55:37 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(all(test, not(windows)), assert_instr(movq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:46:37 [INFO] [stdout] | [INFO] [stdout] 46 | #[cfg_attr(all(test, not(windows)), assert_instr(movq))] [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:366:3 [INFO] [stdout] | [INFO] [stdout] 366 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(test, assert_instr(cvttsd2si))] [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:349:3 [INFO] [stdout] | [INFO] [stdout] 349 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(test, assert_instr(cvttsd2si))] [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:331:3 [INFO] [stdout] | [INFO] [stdout] 331 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(test, assert_instr(cvtsd2si))] [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:314:3 [INFO] [stdout] | [INFO] [stdout] 314 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/sse2.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(cvtsd2si))] [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:296:3 [INFO] [stdout] | [INFO] [stdout] 296 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/rdrand.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(test, assert_instr(rdseed))] [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:278:3 [INFO] [stdout] | [INFO] [stdout] 278 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/rdrand.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(rdrand))] [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:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bswap.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(test, assert_instr(bswap))] [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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(test, assert_instr(tzcnt))] [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:829:3 [INFO] [stdout] | [INFO] [stdout] 829 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(test, assert_instr(tzcnt))] [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:735:3 [INFO] [stdout] | [INFO] [stdout] 735 | #[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:682:3 [INFO] [stdout] | [INFO] [stdout] 682 | #[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:629:3 [INFO] [stdout] | [INFO] [stdout] 629 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(test, assert_instr(blsr))] [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:577:3 [INFO] [stdout] | [INFO] [stdout] 577 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(test, assert_instr(blsmsk))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(test, assert_instr(blsi))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(test, assert_instr(andn))] [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:438:3 [INFO] [stdout] | [INFO] [stdout] 438 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(test, assert_instr(bextr))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(bextr))] [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:416:3 [INFO] [stdout] | [INFO] [stdout] 416 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi2.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(test, assert_instr(pext))] [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:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi2.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(test, assert_instr(pdep))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi2.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(test, assert_instr(bzhi))] [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:188:3 [INFO] [stdout] | [INFO] [stdout] 188 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/bmi2.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(test, assert_instr(mulx))] [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:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | #[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/avx.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[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:134:3 [INFO] [stdout] | [INFO] [stdout] 134 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/abm.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(test, assert_instr(popcnt))] [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:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86_64/abm.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(test, assert_instr(lzcnt))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/xsave.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(xgetbv))] [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:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | #[cfg_attr(test, assert_instr(tzmsk))] [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:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | #[cfg_attr(test, assert_instr(tzmsk))] [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:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:174:18 [INFO] [stdout] | [INFO] [stdout] 174 | #[cfg_attr(test, assert_instr(t1mskc))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:163:18 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg_attr(test, assert_instr(t1mskc))] [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:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:151:18 [INFO] [stdout] | [INFO] [stdout] 151 | #[cfg_attr(test, assert_instr(blsic))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:141:18 [INFO] [stdout] | [INFO] [stdout] 141 | #[cfg_attr(test, assert_instr(blsic))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | #[cfg_attr(test, assert_instr(blsfill))] [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:1717:3 [INFO] [stdout] | [INFO] [stdout] 1717 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 120 | #[cfg_attr(test, assert_instr(blsfill))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg_attr(test, assert_instr(blcs))] [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:942:3 [INFO] [stdout] | [INFO] [stdout] 942 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(test, assert_instr(blcs))] [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:922:3 [INFO] [stdout] | [INFO] [stdout] 922 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg_attr(test, assert_instr(blcmsk))] [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:902:3 [INFO] [stdout] | [INFO] [stdout] 902 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(test, assert_instr(blcmsk))] [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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[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:862:3 [INFO] [stdout] | [INFO] [stdout] 862 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg_attr(test, assert_instr(blcic))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(test, assert_instr(blcic))] [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:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(test, assert_instr(blci))] [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:483:3 [INFO] [stdout] | [INFO] [stdout] 483 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(test, assert_instr(blci))] [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:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(test, assert_instr(blcfill))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/tbm.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(test, assert_instr(blcfill))] [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:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:357:18 [INFO] [stdout] | [INFO] [stdout] 357 | #[cfg_attr(test, assert_instr(psignd))] [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 `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:346:18 [INFO] [stdout] | [INFO] [stdout] 346 | #[cfg_attr(test, assert_instr(psignw))] [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:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:335:18 [INFO] [stdout] | [INFO] [stdout] 335 | #[cfg_attr(test, assert_instr(psignb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:324:18 [INFO] [stdout] | [INFO] [stdout] 324 | #[cfg_attr(test, assert_instr(pmulhrsw))] [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:363:3 [INFO] [stdout] | [INFO] [stdout] 363 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:314:18 [INFO] [stdout] | [INFO] [stdout] 314 | #[cfg_attr(test, assert_instr(pmaddubsw))] [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:338:3 [INFO] [stdout] | [INFO] [stdout] 338 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:302:18 [INFO] [stdout] | [INFO] [stdout] 302 | #[cfg_attr(test, assert_instr(phsubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:291:18 [INFO] [stdout] | [INFO] [stdout] 291 | #[cfg_attr(test, assert_instr(phsubd))] [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:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:282:18 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg_attr(test, assert_instr(phsubw))] [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:297:3 [INFO] [stdout] | [INFO] [stdout] 297 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:273:18 [INFO] [stdout] | [INFO] [stdout] 273 | #[cfg_attr(test, assert_instr(phaddsw))] [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:281:3 [INFO] [stdout] | [INFO] [stdout] 281 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:263:18 [INFO] [stdout] | [INFO] [stdout] 263 | #[cfg_attr(test, assert_instr(phaddd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:254:18 [INFO] [stdout] | [INFO] [stdout] 254 | #[cfg_attr(test, assert_instr(phaddw))] [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:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg_attr(test, assert_instr(palignr, n = 15))] [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:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | #[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:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:228:18 [INFO] [stdout] | [INFO] [stdout] 228 | #[cfg_attr(test, assert_instr(pshufb))] [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:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:219:18 [INFO] [stdout] | [INFO] [stdout] 219 | #[cfg_attr(test, assert_instr(pabsd))] [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:998:3 [INFO] [stdout] | [INFO] [stdout] 998 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:210:18 [INFO] [stdout] | [INFO] [stdout] 210 | #[cfg_attr(test, assert_instr(pabsw))] [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:981:3 [INFO] [stdout] | [INFO] [stdout] 981 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | #[cfg_attr(test, assert_instr(pabsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 192 | #[cfg_attr(test, assert_instr(psignd))] [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:964:3 [INFO] [stdout] | [INFO] [stdout] 964 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | #[cfg_attr(test, assert_instr(psignw))] [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:947:3 [INFO] [stdout] | [INFO] [stdout] 947 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg_attr(test, assert_instr(psignb))] [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:930:3 [INFO] [stdout] | [INFO] [stdout] 930 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | #[cfg_attr(test, assert_instr(pmulhrsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:149:18 [INFO] [stdout] | [INFO] [stdout] 149 | #[cfg_attr(test, assert_instr(pmaddubsw))] [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:912:3 [INFO] [stdout] | [INFO] [stdout] 912 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:137:18 [INFO] [stdout] | [INFO] [stdout] 137 | #[cfg_attr(test, assert_instr(phsubd))] [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:849:3 [INFO] [stdout] | [INFO] [stdout] 849 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:128:18 [INFO] [stdout] | [INFO] [stdout] 128 | #[cfg_attr(test, assert_instr(phsubsw))] [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:832:3 [INFO] [stdout] | [INFO] [stdout] 832 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | #[cfg_attr(test, assert_instr(phsubw))] [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:815:3 [INFO] [stdout] | [INFO] [stdout] 815 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:108:18 [INFO] [stdout] | [INFO] [stdout] 108 | #[cfg_attr(test, assert_instr(phaddd))] [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:798:3 [INFO] [stdout] | [INFO] [stdout] 798 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | #[cfg_attr(test, assert_instr(phaddsw))] [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:781:3 [INFO] [stdout] | [INFO] [stdout] 781 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:89:18 [INFO] [stdout] | [INFO] [stdout] 89 | #[cfg_attr(test, assert_instr(phaddw))] [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:746:3 [INFO] [stdout] | [INFO] [stdout] 746 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(test, assert_instr(palignr, n = 15))] [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:729:3 [INFO] [stdout] | [INFO] [stdout] 729 | #[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:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[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:694:3 [INFO] [stdout] | [INFO] [stdout] 694 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(test, assert_instr(pshufb))] [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:678:3 [INFO] [stdout] | [INFO] [stdout] 678 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(test, assert_instr(pabsd))] [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:661:3 [INFO] [stdout] | [INFO] [stdout] 661 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(test, assert_instr(pabsw))] [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:572:3 [INFO] [stdout] | [INFO] [stdout] 572 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(pabsb))] [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:552:3 [INFO] [stdout] | [INFO] [stdout] 552 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1456:18 [INFO] [stdout] | [INFO] [stdout] 1456 | #[cfg_attr(test, assert_instr(cvtps2pi))] [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:532:3 [INFO] [stdout] | [INFO] [stdout] 532 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1446:18 [INFO] [stdout] | [INFO] [stdout] 1446 | #[cfg_attr(test, assert_instr(cvtps2pi))] [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:514:3 [INFO] [stdout] | [INFO] [stdout] 514 | #[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:496:3 [INFO] [stdout] | [INFO] [stdout] 496 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1437:18 [INFO] [stdout] | [INFO] [stdout] 1437 | #[cfg_attr(test, assert_instr(cvtps2pi))] [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:478:3 [INFO] [stdout] | [INFO] [stdout] 478 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1428:18 [INFO] [stdout] | [INFO] [stdout] 1428 | #[cfg_attr(test, assert_instr(cvtps2pi))] [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:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1419:18 [INFO] [stdout] | [INFO] [stdout] 1419 | #[cfg_attr(test, assert_instr(cvttps2pi))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1410:18 [INFO] [stdout] | [INFO] [stdout] 1410 | #[cfg_attr(test, assert_instr(cvttps2pi))] [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:358:3 [INFO] [stdout] | [INFO] [stdout] 358 | #[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:341:3 [INFO] [stdout] | [INFO] [stdout] 341 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1393:18 [INFO] [stdout] | [INFO] [stdout] 1393 | #[cfg_attr(test, assert_instr(pshufw, imm8 = 0))] [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:288:3 [INFO] [stdout] | [INFO] [stdout] 288 | #[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:1394:3 [INFO] [stdout] | [INFO] [stdout] 1394 | #[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:244:3 [INFO] [stdout] | [INFO] [stdout] 244 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1376:18 [INFO] [stdout] | [INFO] [stdout] 1376 | #[cfg_attr(test, assert_instr(pshufw, imm8 = 0))] [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:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[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:1377:3 [INFO] [stdout] | [INFO] [stdout] 1377 | #[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:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1367:18 [INFO] [stdout] | [INFO] [stdout] 1367 | #[cfg_attr(test, assert_instr(pmovmskb))] [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:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1357:18 [INFO] [stdout] | [INFO] [stdout] 1357 | #[cfg_attr(test, assert_instr(pmovmskb))] [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:2462:3 [INFO] [stdout] | [INFO] [stdout] 2462 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1339:18 [INFO] [stdout] | [INFO] [stdout] 1339 | #[cfg_attr(test, assert_instr(pinsrw, imm2 = 0))] [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:1340:3 [INFO] [stdout] | [INFO] [stdout] 1340 | #[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:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1321:18 [INFO] [stdout] | [INFO] [stdout] 1321 | #[cfg_attr(test, assert_instr(pinsrw, imm2 = 0))] [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:1917:3 [INFO] [stdout] | [INFO] [stdout] 1917 | #[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:1322:3 [INFO] [stdout] | [INFO] [stdout] 1322 | #[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:1901:3 [INFO] [stdout] | [INFO] [stdout] 1901 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1303:18 [INFO] [stdout] | [INFO] [stdout] 1303 | #[cfg_attr(test, assert_instr(pextrw, imm2 = 0))] [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:1791:3 [INFO] [stdout] | [INFO] [stdout] 1791 | #[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:1304:3 [INFO] [stdout] | [INFO] [stdout] 1304 | #[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:1775:3 [INFO] [stdout] | [INFO] [stdout] 1775 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1286:18 [INFO] [stdout] | [INFO] [stdout] 1286 | #[cfg_attr(test, assert_instr(pextrw, imm2 = 0))] [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:1675:3 [INFO] [stdout] | [INFO] [stdout] 1675 | #[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:1287:3 [INFO] [stdout] | [INFO] [stdout] 1287 | #[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:1657:3 [INFO] [stdout] | [INFO] [stdout] 1657 | #[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:1639:3 [INFO] [stdout] | [INFO] [stdout] 1639 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1277:18 [INFO] [stdout] | [INFO] [stdout] 1277 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [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:1532:3 [INFO] [stdout] | [INFO] [stdout] 1532 | #[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:1515:3 [INFO] [stdout] | [INFO] [stdout] 1515 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1268:18 [INFO] [stdout] | [INFO] [stdout] 1268 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [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:1499:3 [INFO] [stdout] | [INFO] [stdout] 1499 | #[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:1354:3 [INFO] [stdout] | [INFO] [stdout] 1354 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1260:18 [INFO] [stdout] | [INFO] [stdout] 1260 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [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:1154:3 [INFO] [stdout] | [INFO] [stdout] 1154 | #[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:1137:3 [INFO] [stdout] | [INFO] [stdout] 1137 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1252:18 [INFO] [stdout] | [INFO] [stdout] 1252 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1244:18 [INFO] [stdout] | [INFO] [stdout] 1244 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [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:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1236:18 [INFO] [stdout] | [INFO] [stdout] 1236 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [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:1100:3 [INFO] [stdout] | [INFO] [stdout] 1100 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1225:18 [INFO] [stdout] | [INFO] [stdout] 1225 | #[cfg_attr(test, assert_instr(cvtpi2ps))] [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:1081:3 [INFO] [stdout] | [INFO] [stdout] 1081 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1214:18 [INFO] [stdout] | [INFO] [stdout] 1214 | #[cfg_attr(test, assert_instr(psadbw))] [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:1063:3 [INFO] [stdout] | [INFO] [stdout] 1063 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1203:18 [INFO] [stdout] | [INFO] [stdout] 1203 | #[cfg_attr(test, assert_instr(psadbw))] [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:1044:3 [INFO] [stdout] | [INFO] [stdout] 1044 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1192:18 [INFO] [stdout] | [INFO] [stdout] 1192 | #[cfg_attr(test, assert_instr(pavgw))] [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:1026:3 [INFO] [stdout] | [INFO] [stdout] 1026 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1182:18 [INFO] [stdout] | [INFO] [stdout] 1182 | #[cfg_attr(test, assert_instr(pavgw))] [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:1007:3 [INFO] [stdout] | [INFO] [stdout] 1007 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1172:18 [INFO] [stdout] | [INFO] [stdout] 1172 | #[cfg_attr(test, assert_instr(pavgb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1162:18 [INFO] [stdout] | [INFO] [stdout] 1162 | #[cfg_attr(test, assert_instr(pavgb))] [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:989:3 [INFO] [stdout] | [INFO] [stdout] 989 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1152:18 [INFO] [stdout] | [INFO] [stdout] 1152 | #[cfg_attr(test, assert_instr(pmulhuw))] [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:970:3 [INFO] [stdout] | [INFO] [stdout] 970 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1142:18 [INFO] [stdout] | [INFO] [stdout] 1142 | #[cfg_attr(test, assert_instr(pmulhuw))] [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:952:3 [INFO] [stdout] | [INFO] [stdout] 952 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1132:18 [INFO] [stdout] | [INFO] [stdout] 1132 | #[cfg_attr(test, assert_instr(pminub))] [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:933:3 [INFO] [stdout] | [INFO] [stdout] 933 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1123:18 [INFO] [stdout] | [INFO] [stdout] 1123 | #[cfg_attr(test, assert_instr(pminub))] [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:915:3 [INFO] [stdout] | [INFO] [stdout] 915 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1114:18 [INFO] [stdout] | [INFO] [stdout] 1114 | #[cfg_attr(test, assert_instr(pminsw))] [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:896:3 [INFO] [stdout] | [INFO] [stdout] 896 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1105:18 [INFO] [stdout] | [INFO] [stdout] 1105 | #[cfg_attr(test, assert_instr(pminsw))] [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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1096:18 [INFO] [stdout] | [INFO] [stdout] 1096 | #[cfg_attr(test, assert_instr(pmaxub))] [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:859:3 [INFO] [stdout] | [INFO] [stdout] 859 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1087:18 [INFO] [stdout] | [INFO] [stdout] 1087 | #[cfg_attr(test, assert_instr(pmaxub))] [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:841:3 [INFO] [stdout] | [INFO] [stdout] 841 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1078:18 [INFO] [stdout] | [INFO] [stdout] 1078 | #[cfg_attr(test, assert_instr(pmaxsw))] [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:822:3 [INFO] [stdout] | [INFO] [stdout] 822 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1069:18 [INFO] [stdout] | [INFO] [stdout] 1069 | #[cfg_attr(test, assert_instr(pmaxsw))] [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:804:3 [INFO] [stdout] | [INFO] [stdout] 804 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1021:18 [INFO] [stdout] | [INFO] [stdout] 1021 | #[cfg_attr(test, assert_instr(stmxcsr))] [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:785:3 [INFO] [stdout] | [INFO] [stdout] 785 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:1011:18 [INFO] [stdout] | [INFO] [stdout] 1011 | #[cfg_attr(test, assert_instr(movss))] [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:767:3 [INFO] [stdout] | [INFO] [stdout] 767 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:997:18 [INFO] [stdout] | [INFO] [stdout] 997 | #[cfg_attr(test, assert_instr(movaps))] [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:748:3 [INFO] [stdout] | [INFO] [stdout] 748 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:971:18 [INFO] [stdout] | [INFO] [stdout] 971 | #[cfg_attr(test, assert_instr(movups))] [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:730:3 [INFO] [stdout] | [INFO] [stdout] 730 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:957:18 [INFO] [stdout] | [INFO] [stdout] 957 | #[cfg_attr(test, assert_instr(movaps))] [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:711:3 [INFO] [stdout] | [INFO] [stdout] 711 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:942:18 [INFO] [stdout] | [INFO] [stdout] 942 | #[cfg_attr(test, assert_instr(movss))] [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:693:3 [INFO] [stdout] | [INFO] [stdout] 693 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:934:18 [INFO] [stdout] | [INFO] [stdout] 934 | #[cfg_attr(test, assert_instr(movss))] [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:674:3 [INFO] [stdout] | [INFO] [stdout] 674 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:922:18 [INFO] [stdout] | [INFO] [stdout] 922 | #[cfg_attr(test, assert_instr(movss))] [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:656:3 [INFO] [stdout] | [INFO] [stdout] 656 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:904:47 [INFO] [stdout] | [INFO] [stdout] 904 | #[cfg_attr(all(test, target_arch = "x86_64"), assert_instr(movlpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:852:47 [INFO] [stdout] | [INFO] [stdout] 852 | #[cfg_attr(all(test, target_arch = "x86_64"), assert_instr(movhpd))] [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:637:3 [INFO] [stdout] | [INFO] [stdout] 637 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:806:18 [INFO] [stdout] | [INFO] [stdout] 806 | #[cfg_attr(test, assert_instr(movmskps))] [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:619:3 [INFO] [stdout] | [INFO] [stdout] 619 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:795:18 [INFO] [stdout] | [INFO] [stdout] 795 | #[cfg_attr(test, assert_instr(movlhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:786:18 [INFO] [stdout] | [INFO] [stdout] 786 | #[cfg_attr(test, assert_instr(movhlps))] [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:600:3 [INFO] [stdout] | [INFO] [stdout] 600 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:777:18 [INFO] [stdout] | [INFO] [stdout] 777 | #[cfg_attr(test, assert_instr(unpcklps))] [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:582:3 [INFO] [stdout] | [INFO] [stdout] 582 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:768:18 [INFO] [stdout] | [INFO] [stdout] 768 | #[cfg_attr(test, assert_instr(unpckhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:751:18 [INFO] [stdout] | [INFO] [stdout] 751 | #[cfg_attr(test, assert_instr(shufps, mask = 3))] [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:563:3 [INFO] [stdout] | [INFO] [stdout] 563 | #[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:752:3 [INFO] [stdout] | [INFO] [stdout] 752 | #[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:495:3 [INFO] [stdout] | [INFO] [stdout] 495 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:739:18 [INFO] [stdout] | [INFO] [stdout] 739 | #[cfg_attr(test, assert_instr(xorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:729:47 [INFO] [stdout] | [INFO] [stdout] 729 | #[cfg_attr(all(test, target_arch = "x86_64"), assert_instr(unpcklps))] [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:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:714:18 [INFO] [stdout] | [INFO] [stdout] 714 | #[cfg_attr(test, assert_instr(unpcklps))] [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:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:690:18 [INFO] [stdout] | [INFO] [stdout] 690 | #[cfg_attr(test, assert_instr(shufps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:682:18 [INFO] [stdout] | [INFO] [stdout] 682 | #[cfg_attr(test, assert_instr(shufps))] [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:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:674:18 [INFO] [stdout] | [INFO] [stdout] 674 | #[cfg_attr(test, assert_instr(movss))] [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:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:665:18 [INFO] [stdout] | [INFO] [stdout] 665 | #[cfg_attr(test, assert_instr(cvtsi2ss))] [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:56:3 [INFO] [stdout] | [INFO] [stdout] 56 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:657:18 [INFO] [stdout] | [INFO] [stdout] 657 | #[cfg_attr(test, assert_instr(cvtsi2ss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:636:18 [INFO] [stdout] | [INFO] [stdout] 636 | #[cfg_attr(test, assert_instr(cvttss2si))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:628:18 [INFO] [stdout] | [INFO] [stdout] 628 | #[cfg_attr(test, assert_instr(cvttss2si))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:611:18 [INFO] [stdout] | [INFO] [stdout] 611 | #[cfg_attr(test, assert_instr(cvtss2si))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:603:18 [INFO] [stdout] | [INFO] [stdout] 603 | #[cfg_attr(test, assert_instr(cvtss2si))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:588:18 [INFO] [stdout] | [INFO] [stdout] 588 | #[cfg_attr(test, assert_instr(ucomiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:578:18 [INFO] [stdout] | [INFO] [stdout] 578 | #[cfg_attr(test, assert_instr(ucomiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:567:18 [INFO] [stdout] | [INFO] [stdout] 567 | #[cfg_attr(test, assert_instr(ucomiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:556:18 [INFO] [stdout] | [INFO] [stdout] 556 | #[cfg_attr(test, assert_instr(ucomiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:545:18 [INFO] [stdout] | [INFO] [stdout] 545 | #[cfg_attr(test, assert_instr(ucomiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:534:18 [INFO] [stdout] | [INFO] [stdout] 534 | #[cfg_attr(test, assert_instr(ucomiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:524:18 [INFO] [stdout] | [INFO] [stdout] 524 | #[cfg_attr(test, assert_instr(comiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:515:18 [INFO] [stdout] | [INFO] [stdout] 515 | #[cfg_attr(test, assert_instr(comiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:505:18 [INFO] [stdout] | [INFO] [stdout] 505 | #[cfg_attr(test, assert_instr(comiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:495:18 [INFO] [stdout] | [INFO] [stdout] 495 | #[cfg_attr(test, assert_instr(comiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:485:18 [INFO] [stdout] | [INFO] [stdout] 485 | #[cfg_attr(test, assert_instr(comiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | #[cfg_attr(test, assert_instr(comiss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:467:18 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(test, assert_instr(cmpunordps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:456:18 [INFO] [stdout] | [INFO] [stdout] 456 | #[cfg_attr(test, assert_instr(cmpordps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:445:18 [INFO] [stdout] | [INFO] [stdout] 445 | #[cfg_attr(test, assert_instr(cmpnleps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:434:18 [INFO] [stdout] | [INFO] [stdout] 434 | #[cfg_attr(test, assert_instr(cmpnltps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:423:18 [INFO] [stdout] | [INFO] [stdout] 423 | #[cfg_attr(test, assert_instr(cmpnleps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:412:18 [INFO] [stdout] | [INFO] [stdout] 412 | #[cfg_attr(test, assert_instr(cmpnltps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:401:18 [INFO] [stdout] | [INFO] [stdout] 401 | #[cfg_attr(test, assert_instr(cmpneqps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:391:18 [INFO] [stdout] | [INFO] [stdout] 391 | #[cfg_attr(test, assert_instr(cmpleps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:380:18 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg_attr(test, assert_instr(cmpltps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:370:18 [INFO] [stdout] | [INFO] [stdout] 370 | #[cfg_attr(test, assert_instr(cmpleps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:359:18 [INFO] [stdout] | [INFO] [stdout] 359 | #[cfg_attr(test, assert_instr(cmpltps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:349:18 [INFO] [stdout] | [INFO] [stdout] 349 | #[cfg_attr(test, assert_instr(cmpeqps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1750:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1748 | | #[cfg_attr(test, assert_instr(vpsllw))] [INFO] [stdout] 1749 | | pub unsafe fn _mm256_slli_epi16(a: i16x16, imm8: i32) -> i16x16 { [INFO] [stdout] | |_______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1750 | crate::mem::transmute(crate::myarch::_mm256_slli_epi16(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:339:18 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg_attr(test, assert_instr(cmpunordss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:328:18 [INFO] [stdout] | [INFO] [stdout] 328 | #[cfg_attr(test, assert_instr(cmpordss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1759:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1757 | | #[cfg_attr(test, assert_instr(vpslld))] [INFO] [stdout] 1758 | | pub unsafe fn _mm256_slli_epi32(a: i32x8, imm8: i32) -> i32x8 { [INFO] [stdout] | |______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1759 | crate::mem::transmute(crate::myarch::_mm256_slli_epi32(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1768:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1766 | | #[cfg_attr(test, assert_instr(vpsllq))] [INFO] [stdout] 1767 | | pub unsafe fn _mm256_slli_epi64(a: i64x4, imm8: i32) -> i64x4 { [INFO] [stdout] | |______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1768 | crate::mem::transmute(crate::myarch::_mm256_slli_epi64(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1867:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1865 | | #[cfg_attr(test, assert_instr(vpsraw))] [INFO] [stdout] 1866 | | pub unsafe fn _mm256_srai_epi16(a: i16x16, imm8: i32) -> i16x16 { [INFO] [stdout] | |_______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1867 | crate::mem::transmute(crate::myarch::_mm256_srai_epi16(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1876:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1874 | | #[cfg_attr(test, assert_instr(vpsrad))] [INFO] [stdout] 1875 | | pub unsafe fn _mm256_srai_epi32(a: i32x8, imm8: i32) -> i32x8 { [INFO] [stdout] | |______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1876 | crate::mem::transmute(crate::myarch::_mm256_srai_epi32(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:317:18 [INFO] [stdout] | [INFO] [stdout] 317 | #[cfg_attr(test, assert_instr(cmpnless))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1962:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1960 | | #[cfg_attr(test, assert_instr(vpsrlw))] [INFO] [stdout] 1961 | | pub unsafe fn _mm256_srli_epi16(a: i16x16, imm8: i32) -> i16x16 { [INFO] [stdout] | |_______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1962 | crate::mem::transmute(crate::myarch::_mm256_srli_epi16(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:306:18 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg_attr(test, assert_instr(cmpnltss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1971:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1969 | | #[cfg_attr(test, assert_instr(vpsrld))] [INFO] [stdout] 1970 | | pub unsafe fn _mm256_srli_epi32(a: i32x8, imm8: i32) -> i32x8 { [INFO] [stdout] | |______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1971 | crate::mem::transmute(crate::myarch::_mm256_srli_epi32(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> src/x86/avx2.rs:1980:86 [INFO] [stdout] | [INFO] [stdout] 1627 | /// let expected2 = _mm256_setr_epi32(3, 2, 0, 1, 7, 6, 4, 5); [INFO] [stdout] | ______- [INFO] [stdout] 1628 | | /// [INFO] [stdout] 1629 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c1, expected1)), !0); [INFO] [stdout] 1630 | | /// assert_eq!(_mm256_movemask_epi8(_mm256_cmpeq_epi8(c2, expected2)), !0); [INFO] [stdout] ... | [INFO] [stdout] 1978 | | #[cfg_attr(test, assert_instr(vpsrlq))] [INFO] [stdout] 1979 | | pub unsafe fn _mm256_srli_epi64(a: i64x4, imm8: i32) -> i64x4 { [INFO] [stdout] | |______________________________________________- help: consider using `const` instead of `let`: `const imm8` [INFO] [stdout] 1980 | crate::mem::transmute(crate::myarch::_mm256_srli_epi64(crate::mem::transmute(a), imm8)) [INFO] [stdout] | ^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:295:18 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg_attr(test, assert_instr(cmpnless))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:284:18 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(test, assert_instr(cmpnltss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:273:18 [INFO] [stdout] | [INFO] [stdout] 273 | #[cfg_attr(test, assert_instr(cmpneqss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:262:18 [INFO] [stdout] | [INFO] [stdout] 262 | #[cfg_attr(test, assert_instr(cmpless))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:251:18 [INFO] [stdout] | [INFO] [stdout] 251 | #[cfg_attr(test, assert_instr(cmpltss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | #[cfg_attr(test, assert_instr(cmpless))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:229:18 [INFO] [stdout] | [INFO] [stdout] 229 | #[cfg_attr(test, assert_instr(cmpltss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:218:18 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg_attr(test, assert_instr(cmpeqss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:208:12 [INFO] [stdout] | [INFO] [stdout] 208 | assert_instr(xorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | assert_instr(orps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:187:12 [INFO] [stdout] | [INFO] [stdout] 187 | assert_instr(andnps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:173:12 [INFO] [stdout] | [INFO] [stdout] 173 | assert_instr(andps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:163:18 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg_attr(test, assert_instr(maxps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | #[cfg_attr(test, assert_instr(maxss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:144:18 [INFO] [stdout] | [INFO] [stdout] 144 | #[cfg_attr(test, assert_instr(minps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:135:18 [INFO] [stdout] | [INFO] [stdout] 135 | #[cfg_attr(test, assert_instr(minss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | #[cfg_attr(test, assert_instr(rsqrtps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[cfg_attr(test, assert_instr(rsqrtss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(test, assert_instr(rcpps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | #[cfg_attr(test, assert_instr(rcpss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:89:18 [INFO] [stdout] | [INFO] [stdout] 89 | #[cfg_attr(test, assert_instr(sqrtps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | #[cfg_attr(test, assert_instr(sqrtss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:71:18 [INFO] [stdout] | [INFO] [stdout] 71 | #[cfg_attr(test, assert_instr(divps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(test, assert_instr(divss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg_attr(test, assert_instr(mulps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | #[cfg_attr(test, assert_instr(mulss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(test, assert_instr(subps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(test, assert_instr(subss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(test, assert_instr(addps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(addss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse4a.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg_attr(test, assert_instr(insertq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse4a.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(test, assert_instr(extrq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:602:18 [INFO] [stdout] | [INFO] [stdout] 602 | #[cfg_attr(test, assert_instr(pcmpgtq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:593:18 [INFO] [stdout] | [INFO] [stdout] 593 | #[cfg_attr(test, assert_instr(crc32))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:584:18 [INFO] [stdout] | [INFO] [stdout] 584 | #[cfg_attr(test, assert_instr(crc32))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:575:18 [INFO] [stdout] | [INFO] [stdout] 575 | #[cfg_attr(test, assert_instr(crc32))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:558:18 [INFO] [stdout] | [INFO] [stdout] 558 | #[cfg_attr(test, assert_instr(pcmpestri, imm8 = 0))] [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:559:3 [INFO] [stdout] | [INFO] [stdout] 559 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:539:18 [INFO] [stdout] | [INFO] [stdout] 539 | #[cfg_attr(test, assert_instr(pcmpestri, imm8 = 0))] [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:540:3 [INFO] [stdout] | [INFO] [stdout] 540 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:521:18 [INFO] [stdout] | [INFO] [stdout] 521 | #[cfg_attr(test, assert_instr(pcmpestri, imm8 = 0))] [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 `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:503:18 [INFO] [stdout] | [INFO] [stdout] 503 | #[cfg_attr(test, assert_instr(pcmpestri, imm8 = 0))] [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:504:3 [INFO] [stdout] | [INFO] [stdout] 504 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:485:18 [INFO] [stdout] | [INFO] [stdout] 485 | #[cfg_attr(test, assert_instr(pcmpestri, imm8 = 0))] [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:486:3 [INFO] [stdout] | [INFO] [stdout] 486 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:467:18 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(test, assert_instr(pcmpestri, imm8 = 0))] [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:468:3 [INFO] [stdout] | [INFO] [stdout] 468 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:365:18 [INFO] [stdout] | [INFO] [stdout] 365 | #[cfg_attr(test, assert_instr(pcmpestrm, imm8 = 0))] [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:366:3 [INFO] [stdout] | [INFO] [stdout] 366 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:348:18 [INFO] [stdout] | [INFO] [stdout] 348 | #[cfg_attr(test, assert_instr(pcmpistri, imm8 = 0))] [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:349:3 [INFO] [stdout] | [INFO] [stdout] 349 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:330:18 [INFO] [stdout] | [INFO] [stdout] 330 | #[cfg_attr(test, assert_instr(pcmpistri, imm8 = 0))] [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:331:3 [INFO] [stdout] | [INFO] [stdout] 331 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:313:18 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(test, assert_instr(pcmpistri, imm8 = 0))] [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:314:3 [INFO] [stdout] | [INFO] [stdout] 314 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:295:18 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg_attr(test, assert_instr(pcmpistri, imm8 = 0))] [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:296:3 [INFO] [stdout] | [INFO] [stdout] 296 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:277:18 [INFO] [stdout] | [INFO] [stdout] 277 | #[cfg_attr(test, assert_instr(pcmpistri, imm8 = 0))] [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:278:3 [INFO] [stdout] | [INFO] [stdout] 278 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | #[cfg_attr(test, assert_instr(pcmpistri, imm8 = 0))] [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:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse42.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(pcmpistrm, imm8 = 0))] [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:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | #[cfg_attr(test, assert_instr(ptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:934:18 [INFO] [stdout] | [INFO] [stdout] 934 | #[cfg_attr(test, assert_instr(pcmpeqd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:935:18 [INFO] [stdout] | [INFO] [stdout] 935 | #[cfg_attr(test, assert_instr(ptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:916:18 [INFO] [stdout] | [INFO] [stdout] 916 | #[cfg_attr(test, assert_instr(ptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:896:18 [INFO] [stdout] | [INFO] [stdout] 896 | #[cfg_attr(test, assert_instr(ptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:876:18 [INFO] [stdout] | [INFO] [stdout] 876 | #[cfg_attr(test, assert_instr(ptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:856:18 [INFO] [stdout] | [INFO] [stdout] 856 | #[cfg_attr(test, assert_instr(ptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:828:18 [INFO] [stdout] | [INFO] [stdout] 828 | #[cfg_attr(test, assert_instr(mpsadbw, imm8 = 0))] [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:829:3 [INFO] [stdout] | [INFO] [stdout] 829 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:790:18 [INFO] [stdout] | [INFO] [stdout] 790 | #[cfg_attr(test, assert_instr(pmulld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:777:18 [INFO] [stdout] | [INFO] [stdout] 777 | #[cfg_attr(test, assert_instr(pmuldq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:768:18 [INFO] [stdout] | [INFO] [stdout] 768 | #[cfg_attr(test, assert_instr(phminposuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:734:18 [INFO] [stdout] | [INFO] [stdout] 734 | #[cfg_attr(test, assert_instr(roundss, rounding = 0))] [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:735:3 [INFO] [stdout] | [INFO] [stdout] 735 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:681:18 [INFO] [stdout] | [INFO] [stdout] 681 | #[cfg_attr(test, assert_instr(roundsd, rounding = 0))] [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:682:3 [INFO] [stdout] | [INFO] [stdout] 682 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:628:18 [INFO] [stdout] | [INFO] [stdout] 628 | #[cfg_attr(test, assert_instr(roundps, rounding = 0))] [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:629:3 [INFO] [stdout] | [INFO] [stdout] 629 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:576:18 [INFO] [stdout] | [INFO] [stdout] 576 | #[cfg_attr(test, assert_instr(roundpd, rounding = 0))] [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:577:3 [INFO] [stdout] | [INFO] [stdout] 577 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:533:18 [INFO] [stdout] | [INFO] [stdout] 533 | #[cfg_attr(test, assert_instr(roundss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:521:18 [INFO] [stdout] | [INFO] [stdout] 521 | #[cfg_attr(test, assert_instr(roundsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:509:18 [INFO] [stdout] | [INFO] [stdout] 509 | #[cfg_attr(test, assert_instr(roundps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:499:18 [INFO] [stdout] | [INFO] [stdout] 499 | #[cfg_attr(test, assert_instr(roundpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:489:18 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg_attr(test, assert_instr(roundss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:477:18 [INFO] [stdout] | [INFO] [stdout] 477 | #[cfg_attr(test, assert_instr(roundsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:465:18 [INFO] [stdout] | [INFO] [stdout] 465 | #[cfg_attr(test, assert_instr(roundps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:455:18 [INFO] [stdout] | [INFO] [stdout] 455 | #[cfg_attr(test, assert_instr(roundpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:437:18 [INFO] [stdout] | [INFO] [stdout] 437 | #[cfg_attr(test, assert_instr(dpps, imm8 = 0))] [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:438:3 [INFO] [stdout] | [INFO] [stdout] 438 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:415:18 [INFO] [stdout] | [INFO] [stdout] 415 | #[cfg_attr(test, assert_instr(dppd, imm8 = 0))] [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:416:3 [INFO] [stdout] | [INFO] [stdout] 416 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:401:18 [INFO] [stdout] | [INFO] [stdout] 401 | #[cfg_attr(test, assert_instr(pmovzxdq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:392:18 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg_attr(test, assert_instr(pmovzxwq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:383:18 [INFO] [stdout] | [INFO] [stdout] 383 | #[cfg_attr(test, assert_instr(pmovzxwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:374:18 [INFO] [stdout] | [INFO] [stdout] 374 | #[cfg_attr(test, assert_instr(pmovzxbq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | #[cfg_attr(test, assert_instr(pmovzxbd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:358:18 [INFO] [stdout] | [INFO] [stdout] 358 | #[cfg_attr(test, assert_instr(pmovzxbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:350:18 [INFO] [stdout] | [INFO] [stdout] 350 | #[cfg_attr(test, assert_instr(pmovsxdq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:342:18 [INFO] [stdout] | [INFO] [stdout] 342 | #[cfg_attr(test, assert_instr(pmovsxwq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:334:18 [INFO] [stdout] | [INFO] [stdout] 334 | #[cfg_attr(test, assert_instr(pmovsxwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:326:18 [INFO] [stdout] | [INFO] [stdout] 326 | #[cfg_attr(test, assert_instr(pmovsxbq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:317:18 [INFO] [stdout] | [INFO] [stdout] 317 | #[cfg_attr(test, assert_instr(pmovsxbd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:309:18 [INFO] [stdout] | [INFO] [stdout] 309 | #[cfg_attr(test, assert_instr(pmovsxbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | #[cfg_attr(test, assert_instr(pcmpeqq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:293:18 [INFO] [stdout] | [INFO] [stdout] 293 | #[cfg_attr(test, assert_instr(packusdw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:284:18 [INFO] [stdout] | [INFO] [stdout] 284 | #[cfg_attr(test, assert_instr(pminud))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:275:18 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg_attr(test, assert_instr(pminsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:266:18 [INFO] [stdout] | [INFO] [stdout] 266 | #[cfg_attr(test, assert_instr(pminuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:257:18 [INFO] [stdout] | [INFO] [stdout] 257 | #[cfg_attr(test, assert_instr(pminsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg_attr(test, assert_instr(pmaxud))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:239:18 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg_attr(test, assert_instr(pmaxsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:230:18 [INFO] [stdout] | [INFO] [stdout] 230 | #[cfg_attr(test, assert_instr(pmaxuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:221:18 [INFO] [stdout] | [INFO] [stdout] 221 | #[cfg_attr(test, assert_instr(pmaxsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | #[cfg_attr(test, assert_instr(pinsrd, imm8 = 0))] [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:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | #[cfg_attr(test, assert_instr(pinsrb, imm8 = 0))] [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:188:3 [INFO] [stdout] | [INFO] [stdout] 188 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg_attr(test, assert_instr(insertps, imm8 = 0b1010))] [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:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:133:18 [INFO] [stdout] | [INFO] [stdout] 133 | #[cfg_attr(test, assert_instr(extractps, imm8 = 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:134:3 [INFO] [stdout] | [INFO] [stdout] 134 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[cfg_attr(test, assert_instr(pextrb, imm8 = 0))] [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:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:97:18 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg_attr(test, assert_instr(extractps, imm8 = 0))] [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:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg_attr(test, assert_instr(blendps, imm4 = 0b0101))] [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:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(test, assert_instr(blendpd, imm2 = 0b10))] [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:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg_attr(test, assert_instr(blendvps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(test, assert_instr(blendvpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg_attr(test, assert_instr(pblendw, imm8 = 0xF0))] [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:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse41.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(test, assert_instr(pblendvb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:103:18 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(test, assert_instr(movsldup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | #[cfg_attr(test, assert_instr(movshdup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(test, assert_instr(movddup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg_attr(test, assert_instr(movddup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:67:18 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg_attr(test, assert_instr(lddqu))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(test, assert_instr(hsubps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(test, assert_instr(hsubpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:39:18 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(test, assert_instr(haddps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(test, assert_instr(haddpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(test, assert_instr(addsubpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse3.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(addsubps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1927:18 [INFO] [stdout] | [INFO] [stdout] 1927 | #[cfg_attr(test, assert_instr(cvttpd2pi))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1915:18 [INFO] [stdout] | [INFO] [stdout] 1915 | #[cfg_attr(test, assert_instr(cvtpd2pi))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1858:18 [INFO] [stdout] | [INFO] [stdout] 1858 | #[cfg_attr(test, assert_instr(cvtpi2pd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1848:18 [INFO] [stdout] | [INFO] [stdout] 1848 | #[cfg_attr(test, assert_instr(psubq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1839:18 [INFO] [stdout] | [INFO] [stdout] 1839 | #[cfg_attr(test, assert_instr(pmuludq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1829:18 [INFO] [stdout] | [INFO] [stdout] 1829 | #[cfg_attr(test, assert_instr(paddq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1820:18 [INFO] [stdout] | [INFO] [stdout] 1820 | #[cfg_attr(test, assert_instr(movlhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1808:18 [INFO] [stdout] | [INFO] [stdout] 1808 | #[cfg_attr(test, assert_instr(unpckhpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1734:18 [INFO] [stdout] | [INFO] [stdout] 1734 | #[cfg_attr(test, assert_instr(movsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1716:18 [INFO] [stdout] | [INFO] [stdout] 1716 | #[cfg_attr(test, assert_instr(shufpd, imm8 = 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:1717:3 [INFO] [stdout] | [INFO] [stdout] 1717 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1706:18 [INFO] [stdout] | [INFO] [stdout] 1706 | #[cfg_attr(test, assert_instr(movups))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1696:18 [INFO] [stdout] | [INFO] [stdout] 1696 | #[cfg_attr(test, assert_instr(movapd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1668:18 [INFO] [stdout] | [INFO] [stdout] 1668 | #[cfg_attr(test, assert_instr(movlpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1658:18 [INFO] [stdout] | [INFO] [stdout] 1658 | #[cfg_attr(test, assert_instr(movhpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1648:18 [INFO] [stdout] | [INFO] [stdout] 1648 | #[cfg_attr(test, assert_instr(movsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1639:18 [INFO] [stdout] | [INFO] [stdout] 1639 | #[cfg_attr(test, assert_instr(movaps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1628:18 [INFO] [stdout] | [INFO] [stdout] 1628 | #[cfg_attr(test, assert_instr(movmskpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1617:18 [INFO] [stdout] | [INFO] [stdout] 1617 | #[cfg_attr(test, assert_instr(xorps))] // FIXME xorpd expected [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1568:18 [INFO] [stdout] | [INFO] [stdout] 1568 | #[cfg_attr(test, assert_instr(cvttps2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1559:18 [INFO] [stdout] | [INFO] [stdout] 1559 | #[cfg_attr(test, assert_instr(cvttsd2si))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1550:18 [INFO] [stdout] | [INFO] [stdout] 1550 | #[cfg_attr(test, assert_instr(cvttpd2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1541:18 [INFO] [stdout] | [INFO] [stdout] 1541 | #[cfg_attr(test, assert_instr(cvtss2sd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1523:18 [INFO] [stdout] | [INFO] [stdout] 1523 | #[cfg_attr(test, assert_instr(cvtsd2ss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1512:18 [INFO] [stdout] | [INFO] [stdout] 1512 | #[cfg_attr(test, assert_instr(cvtsd2si))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1503:18 [INFO] [stdout] | [INFO] [stdout] 1503 | #[cfg_attr(test, assert_instr(cvtpd2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1494:18 [INFO] [stdout] | [INFO] [stdout] 1494 | #[cfg_attr(test, assert_instr(cvtps2pd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1484:18 [INFO] [stdout] | [INFO] [stdout] 1484 | #[cfg_attr(test, assert_instr(cvtpd2ps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1475:18 [INFO] [stdout] | [INFO] [stdout] 1475 | #[cfg_attr(test, assert_instr(ucomisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1467:18 [INFO] [stdout] | [INFO] [stdout] 1467 | #[cfg_attr(test, assert_instr(ucomisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1459:18 [INFO] [stdout] | [INFO] [stdout] 1459 | #[cfg_attr(test, assert_instr(ucomisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1451:18 [INFO] [stdout] | [INFO] [stdout] 1451 | #[cfg_attr(test, assert_instr(ucomisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1443:18 [INFO] [stdout] | [INFO] [stdout] 1443 | #[cfg_attr(test, assert_instr(ucomisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1435:18 [INFO] [stdout] | [INFO] [stdout] 1435 | #[cfg_attr(test, assert_instr(ucomisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1427:18 [INFO] [stdout] | [INFO] [stdout] 1427 | #[cfg_attr(test, assert_instr(comisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1419:18 [INFO] [stdout] | [INFO] [stdout] 1419 | #[cfg_attr(test, assert_instr(comisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1411:18 [INFO] [stdout] | [INFO] [stdout] 1411 | #[cfg_attr(test, assert_instr(comisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1403:18 [INFO] [stdout] | [INFO] [stdout] 1403 | #[cfg_attr(test, assert_instr(comisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1395:18 [INFO] [stdout] | [INFO] [stdout] 1395 | #[cfg_attr(test, assert_instr(comisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1387:18 [INFO] [stdout] | [INFO] [stdout] 1387 | #[cfg_attr(test, assert_instr(comisd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1379:18 [INFO] [stdout] | [INFO] [stdout] 1379 | #[cfg_attr(test, assert_instr(cmpnlepd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1370:18 [INFO] [stdout] | [INFO] [stdout] 1370 | #[cfg_attr(test, assert_instr(cmpnltpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1362:18 [INFO] [stdout] | [INFO] [stdout] 1362 | #[cfg_attr(test, assert_instr(cmpnlepd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1354:18 [INFO] [stdout] | [INFO] [stdout] 1354 | #[cfg_attr(test, assert_instr(cmpnltpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1346:18 [INFO] [stdout] | [INFO] [stdout] 1346 | #[cfg_attr(test, assert_instr(cmpneqpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1338:18 [INFO] [stdout] | [INFO] [stdout] 1338 | #[cfg_attr(test, assert_instr(cmpunordpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1330:18 [INFO] [stdout] | [INFO] [stdout] 1330 | #[cfg_attr(test, assert_instr(cmpordpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1322:18 [INFO] [stdout] | [INFO] [stdout] 1322 | #[cfg_attr(test, assert_instr(cmplepd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1314:18 [INFO] [stdout] | [INFO] [stdout] 1314 | #[cfg_attr(test, assert_instr(cmpltpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1306:18 [INFO] [stdout] | [INFO] [stdout] 1306 | #[cfg_attr(test, assert_instr(cmplepd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1298:18 [INFO] [stdout] | [INFO] [stdout] 1298 | #[cfg_attr(test, assert_instr(cmpltpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1290:18 [INFO] [stdout] | [INFO] [stdout] 1290 | #[cfg_attr(test, assert_instr(cmpeqpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1282:18 [INFO] [stdout] | [INFO] [stdout] 1282 | #[cfg_attr(test, assert_instr(cmpnlesd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1273:18 [INFO] [stdout] | [INFO] [stdout] 1273 | #[cfg_attr(test, assert_instr(cmpnltsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1264:18 [INFO] [stdout] | [INFO] [stdout] 1264 | #[cfg_attr(test, assert_instr(cmpnlesd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1255:18 [INFO] [stdout] | [INFO] [stdout] 1255 | #[cfg_attr(test, assert_instr(cmpnltsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1246:18 [INFO] [stdout] | [INFO] [stdout] 1246 | #[cfg_attr(test, assert_instr(cmpneqsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1237:18 [INFO] [stdout] | [INFO] [stdout] 1237 | #[cfg_attr(test, assert_instr(cmpunordsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1227:18 [INFO] [stdout] | [INFO] [stdout] 1227 | #[cfg_attr(test, assert_instr(cmpordsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1216:18 [INFO] [stdout] | [INFO] [stdout] 1216 | #[cfg_attr(test, assert_instr(cmplesd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1207:18 [INFO] [stdout] | [INFO] [stdout] 1207 | #[cfg_attr(test, assert_instr(cmpltsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1198:18 [INFO] [stdout] | [INFO] [stdout] 1198 | #[cfg_attr(test, assert_instr(cmplesd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1189:18 [INFO] [stdout] | [INFO] [stdout] 1189 | #[cfg_attr(test, assert_instr(cmpltsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1180:18 [INFO] [stdout] | [INFO] [stdout] 1180 | #[cfg_attr(test, assert_instr(cmpeqsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1171:18 [INFO] [stdout] | [INFO] [stdout] 1171 | #[cfg_attr(test, assert_instr(xorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1163:18 [INFO] [stdout] | [INFO] [stdout] 1163 | #[cfg_attr(test, assert_instr(orps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1155:18 [INFO] [stdout] | [INFO] [stdout] 1155 | #[cfg_attr(test, assert_instr(andnps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1147:18 [INFO] [stdout] | [INFO] [stdout] 1147 | #[cfg_attr(test, assert_instr(andps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1138:18 [INFO] [stdout] | [INFO] [stdout] 1138 | #[cfg_attr(test, assert_instr(subpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1129:18 [INFO] [stdout] | [INFO] [stdout] 1129 | #[cfg_attr(test, assert_instr(subsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1120:18 [INFO] [stdout] | [INFO] [stdout] 1120 | #[cfg_attr(test, assert_instr(sqrtpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1112:18 [INFO] [stdout] | [INFO] [stdout] 1112 | #[cfg_attr(test, assert_instr(sqrtsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1103:18 [INFO] [stdout] | [INFO] [stdout] 1103 | #[cfg_attr(test, assert_instr(mulpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1094:18 [INFO] [stdout] | [INFO] [stdout] 1094 | #[cfg_attr(test, assert_instr(mulsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1085:18 [INFO] [stdout] | [INFO] [stdout] 1085 | #[cfg_attr(test, assert_instr(minpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1076:18 [INFO] [stdout] | [INFO] [stdout] 1076 | #[cfg_attr(test, assert_instr(minsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1067:18 [INFO] [stdout] | [INFO] [stdout] 1067 | #[cfg_attr(test, assert_instr(maxpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1058:18 [INFO] [stdout] | [INFO] [stdout] 1058 | #[cfg_attr(test, assert_instr(maxsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1049:18 [INFO] [stdout] | [INFO] [stdout] 1049 | #[cfg_attr(test, assert_instr(divpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1040:18 [INFO] [stdout] | [INFO] [stdout] 1040 | #[cfg_attr(test, assert_instr(divsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1031:18 [INFO] [stdout] | [INFO] [stdout] 1031 | #[cfg_attr(test, assert_instr(addpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1022:18 [INFO] [stdout] | [INFO] [stdout] 1022 | #[cfg_attr(test, assert_instr(addsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1013:18 [INFO] [stdout] | [INFO] [stdout] 1013 | #[cfg_attr(test, assert_instr(movlhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1005:18 [INFO] [stdout] | [INFO] [stdout] 1005 | #[cfg_attr(test, assert_instr(unpcklps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:997:18 [INFO] [stdout] | [INFO] [stdout] 997 | #[cfg_attr(test, assert_instr(punpcklwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:989:18 [INFO] [stdout] | [INFO] [stdout] 989 | #[cfg_attr(test, assert_instr(punpcklbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:981:18 [INFO] [stdout] | [INFO] [stdout] 981 | #[cfg_attr(test, assert_instr(unpckhpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:973:18 [INFO] [stdout] | [INFO] [stdout] 973 | #[cfg_attr(test, assert_instr(unpckhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:965:18 [INFO] [stdout] | [INFO] [stdout] 965 | #[cfg_attr(test, assert_instr(punpckhwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:957:18 [INFO] [stdout] | [INFO] [stdout] 957 | #[cfg_attr(test, assert_instr(punpckhbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:941:18 [INFO] [stdout] | [INFO] [stdout] 941 | #[cfg_attr(test, assert_instr(pshuflw, imm8 = 9))] [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:942:3 [INFO] [stdout] | [INFO] [stdout] 942 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:921:18 [INFO] [stdout] | [INFO] [stdout] 921 | #[cfg_attr(test, assert_instr(pshufhw, imm8 = 9))] [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:922:3 [INFO] [stdout] | [INFO] [stdout] 922 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:901:18 [INFO] [stdout] | [INFO] [stdout] 901 | #[cfg_attr(test, assert_instr(pshufd, imm8 = 9))] [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:902:3 [INFO] [stdout] | [INFO] [stdout] 902 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:893:18 [INFO] [stdout] | [INFO] [stdout] 893 | #[cfg_attr(test, assert_instr(pmovmskb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:877:18 [INFO] [stdout] | [INFO] [stdout] 877 | #[cfg_attr(test, assert_instr(pinsrw, imm8 = 9))] [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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:861:18 [INFO] [stdout] | [INFO] [stdout] 861 | #[cfg_attr(test, assert_instr(pextrw, imm8 = 9))] [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:862:3 [INFO] [stdout] | [INFO] [stdout] 862 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:853:18 [INFO] [stdout] | [INFO] [stdout] 853 | #[cfg_attr(test, assert_instr(packuswb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:844:18 [INFO] [stdout] | [INFO] [stdout] 844 | #[cfg_attr(test, assert_instr(packssdw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:835:18 [INFO] [stdout] | [INFO] [stdout] 835 | #[cfg_attr(test, assert_instr(packsswb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:826:12 [INFO] [stdout] | [INFO] [stdout] 826 | assert_instr(movq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:815:18 [INFO] [stdout] | [INFO] [stdout] 815 | #[cfg_attr(test, assert_instr(movups))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:805:18 [INFO] [stdout] | [INFO] [stdout] 805 | #[cfg_attr(test, assert_instr(movaps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:783:18 [INFO] [stdout] | [INFO] [stdout] 783 | #[cfg_attr(test, assert_instr(xorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:686:18 [INFO] [stdout] | [INFO] [stdout] 686 | #[cfg_attr(test, assert_instr(movd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:678:47 [INFO] [stdout] | [INFO] [stdout] 678 | #[cfg_attr(all(test, target_arch = "x86_64"), assert_instr(movd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:669:18 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg_attr(test, assert_instr(cvtps2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:660:18 [INFO] [stdout] | [INFO] [stdout] 660 | #[cfg_attr(test, assert_instr(cvtdq2ps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:651:18 [INFO] [stdout] | [INFO] [stdout] 651 | #[cfg_attr(test, assert_instr(cvtsi2sd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:642:18 [INFO] [stdout] | [INFO] [stdout] 642 | #[cfg_attr(test, assert_instr(cvtdq2pd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:633:18 [INFO] [stdout] | [INFO] [stdout] 633 | #[cfg_attr(test, assert_instr(pcmpgtd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:625:18 [INFO] [stdout] | [INFO] [stdout] 625 | #[cfg_attr(test, assert_instr(pcmpgtw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:617:18 [INFO] [stdout] | [INFO] [stdout] 617 | #[cfg_attr(test, assert_instr(pcmpgtb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:609:18 [INFO] [stdout] | [INFO] [stdout] 609 | #[cfg_attr(test, assert_instr(pcmpgtd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:601:18 [INFO] [stdout] | [INFO] [stdout] 601 | #[cfg_attr(test, assert_instr(pcmpgtw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:593:18 [INFO] [stdout] | [INFO] [stdout] 593 | #[cfg_attr(test, assert_instr(pcmpgtb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:585:18 [INFO] [stdout] | [INFO] [stdout] 585 | #[cfg_attr(test, assert_instr(pcmpeqd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:577:18 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg_attr(test, assert_instr(pcmpeqw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:569:18 [INFO] [stdout] | [INFO] [stdout] 569 | #[cfg_attr(test, assert_instr(pcmpeqb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:561:18 [INFO] [stdout] | [INFO] [stdout] 561 | #[cfg_attr(test, assert_instr(xorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:552:18 [INFO] [stdout] | [INFO] [stdout] 552 | #[cfg_attr(test, assert_instr(orps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:543:18 [INFO] [stdout] | [INFO] [stdout] 543 | #[cfg_attr(test, assert_instr(andnps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:534:18 [INFO] [stdout] | [INFO] [stdout] 534 | #[cfg_attr(test, assert_instr(andps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:525:18 [INFO] [stdout] | [INFO] [stdout] 525 | #[cfg_attr(test, assert_instr(psrlq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:508:18 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg_attr(test, assert_instr(psrlq, imm8 = 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:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:499:18 [INFO] [stdout] | [INFO] [stdout] 499 | #[cfg_attr(test, assert_instr(psrld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:482:18 [INFO] [stdout] | [INFO] [stdout] 482 | #[cfg_attr(test, assert_instr(psrld, imm8 = 8))] [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:483:3 [INFO] [stdout] | [INFO] [stdout] 483 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:473:18 [INFO] [stdout] | [INFO] [stdout] 473 | #[cfg_attr(test, assert_instr(psrlw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:456:18 [INFO] [stdout] | [INFO] [stdout] 456 | #[cfg_attr(test, assert_instr(psrlw, imm8 = 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:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:439:18 [INFO] [stdout] | [INFO] [stdout] 439 | #[cfg_attr(test, assert_instr(psrldq, imm8 = 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:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:431:18 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg_attr(test, assert_instr(psrad))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:414:18 [INFO] [stdout] | [INFO] [stdout] 414 | #[cfg_attr(test, assert_instr(psrad, imm8 = 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 `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | #[cfg_attr(test, assert_instr(psraw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:388:18 [INFO] [stdout] | [INFO] [stdout] 388 | #[cfg_attr(test, assert_instr(psraw, imm8 = 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:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:379:18 [INFO] [stdout] | [INFO] [stdout] 379 | #[cfg_attr(test, assert_instr(psllq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:362:18 [INFO] [stdout] | [INFO] [stdout] 362 | #[cfg_attr(test, assert_instr(psllq, imm8 = 7))] [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:363:3 [INFO] [stdout] | [INFO] [stdout] 363 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:354:18 [INFO] [stdout] | [INFO] [stdout] 354 | #[cfg_attr(test, assert_instr(pslld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:337:18 [INFO] [stdout] | [INFO] [stdout] 337 | #[cfg_attr(test, assert_instr(pslld, imm8 = 7))] [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:338:3 [INFO] [stdout] | [INFO] [stdout] 338 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:329:18 [INFO] [stdout] | [INFO] [stdout] 329 | #[cfg_attr(test, assert_instr(psllw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:312:18 [INFO] [stdout] | [INFO] [stdout] 312 | #[cfg_attr(test, assert_instr(psllw, imm8 = 7))] [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:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:296:18 [INFO] [stdout] | [INFO] [stdout] 296 | #[cfg_attr(test, assert_instr(psrldq, imm8 = 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:297:3 [INFO] [stdout] | [INFO] [stdout] 297 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:280:18 [INFO] [stdout] | [INFO] [stdout] 280 | #[cfg_attr(test, assert_instr(pslldq, imm8 = 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:281:3 [INFO] [stdout] | [INFO] [stdout] 281 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:264:18 [INFO] [stdout] | [INFO] [stdout] 264 | #[cfg_attr(test, assert_instr(pslldq, imm8 = 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:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:256:18 [INFO] [stdout] | [INFO] [stdout] 256 | #[cfg_attr(test, assert_instr(psubusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg_attr(test, assert_instr(psubusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:238:18 [INFO] [stdout] | [INFO] [stdout] 238 | #[cfg_attr(test, assert_instr(psubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:229:18 [INFO] [stdout] | [INFO] [stdout] 229 | #[cfg_attr(test, assert_instr(psubsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:220:18 [INFO] [stdout] | [INFO] [stdout] 220 | #[cfg_attr(test, assert_instr(psubq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:212:18 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg_attr(test, assert_instr(psubd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | #[cfg_attr(test, assert_instr(psubw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:196:18 [INFO] [stdout] | [INFO] [stdout] 196 | #[cfg_attr(test, assert_instr(psubb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | #[cfg_attr(test, assert_instr(psadbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:175:18 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg_attr(test, assert_instr(pmuludq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:164:18 [INFO] [stdout] | [INFO] [stdout] 164 | #[cfg_attr(test, assert_instr(pmullw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:153:18 [INFO] [stdout] | [INFO] [stdout] 153 | #[cfg_attr(test, assert_instr(pmulhuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:142:18 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg_attr(test, assert_instr(pmulhw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[cfg_attr(test, assert_instr(pminub))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(test, assert_instr(pminsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg_attr(test, assert_instr(pmaxub))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg_attr(test, assert_instr(pmaxsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:95:18 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(test, assert_instr(pmaddwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(test, assert_instr(pavgw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | #[cfg_attr(test, assert_instr(pavgb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:67:18 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg_attr(test, assert_instr(paddusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg_attr(test, assert_instr(paddusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(test, assert_instr(paddsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(test, assert_instr(paddsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(test, assert_instr(paddq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg_attr(test, assert_instr(paddd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg_attr(test, assert_instr(paddw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sse2.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg_attr(test, assert_instr(paddb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(test, assert_instr(sha256rnds2))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(test, assert_instr(sha256msg2))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(test, assert_instr(sha256msg1))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg_attr(test, assert_instr(sha1rnds4, func = 0))] [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:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(test, assert_instr(sha1nexte))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(test, assert_instr(sha1msg2))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/sha.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(test, assert_instr(sha1msg1))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/rdtsc.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(test, assert_instr(rdtscp))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/rdtsc.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(test, assert_instr(rdtsc))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/rdrand.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg_attr(test, assert_instr(rdseed))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/rdrand.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(test, assert_instr(rdseed))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/rdrand.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(test, assert_instr(rdrand))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/rdrand.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(rdrand))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/pclmulqdq.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | assert_instr(pclmullqlqdq, imm8 = 0))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/pclmulqdq.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | assert_instr(pclmulhqlqdq, imm8 = 1))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/pclmulqdq.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | assert_instr(pclmullqhqdq, imm8 = 16))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/pclmulqdq.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | assert_instr(pclmulhqhqdq, imm8 = 17))] [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:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:350:18 [INFO] [stdout] | [INFO] [stdout] 350 | #[cfg_attr(test, assert_instr(punpckldq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:341:18 [INFO] [stdout] | [INFO] [stdout] 341 | #[cfg_attr(test, assert_instr(punpckhdq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:332:18 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg_attr(test, assert_instr(punpcklwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:323:18 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(test, assert_instr(punpcklbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:314:18 [INFO] [stdout] | [INFO] [stdout] 314 | #[cfg_attr(test, assert_instr(punpckhbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:305:18 [INFO] [stdout] | [INFO] [stdout] 305 | #[cfg_attr(test, assert_instr(punpckhwd))] // FIXME punpcklbw expected [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:296:18 [INFO] [stdout] | [INFO] [stdout] 296 | #[cfg_attr(test, assert_instr(pcmpgtd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg_attr(test, assert_instr(pcmpgtw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:278:18 [INFO] [stdout] | [INFO] [stdout] 278 | #[cfg_attr(test, assert_instr(pcmpgtb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:269:18 [INFO] [stdout] | [INFO] [stdout] 269 | #[cfg_attr(test, assert_instr(packssdw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:257:18 [INFO] [stdout] | [INFO] [stdout] 257 | #[cfg_attr(test, assert_instr(packsswb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:245:18 [INFO] [stdout] | [INFO] [stdout] 245 | #[cfg_attr(test, assert_instr(psubusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:236:18 [INFO] [stdout] | [INFO] [stdout] 236 | #[cfg_attr(test, assert_instr(psubusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg_attr(test, assert_instr(psubusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:218:18 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg_attr(test, assert_instr(psubusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | #[cfg_attr(test, assert_instr(psubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | #[cfg_attr(test, assert_instr(psubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:191:18 [INFO] [stdout] | [INFO] [stdout] 191 | #[cfg_attr(test, assert_instr(psubsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:182:18 [INFO] [stdout] | [INFO] [stdout] 182 | #[cfg_attr(test, assert_instr(psubsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(test, assert_instr(psubd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:165:18 [INFO] [stdout] | [INFO] [stdout] 165 | #[cfg_attr(test, assert_instr(psubd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:157:18 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg_attr(test, assert_instr(psubw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:149:18 [INFO] [stdout] | [INFO] [stdout] 149 | #[cfg_attr(test, assert_instr(psubw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:141:18 [INFO] [stdout] | [INFO] [stdout] 141 | #[cfg_attr(test, assert_instr(psubb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:133:18 [INFO] [stdout] | [INFO] [stdout] 133 | #[cfg_attr(test, assert_instr(psubb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | #[cfg_attr(test, assert_instr(paddusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | #[cfg_attr(test, assert_instr(paddusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg_attr(test, assert_instr(paddusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:101:18 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(test, assert_instr(paddusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 93 | #[cfg_attr(test, assert_instr(paddsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(test, assert_instr(paddsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(test, assert_instr(paddsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | #[cfg_attr(test, assert_instr(paddsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg_attr(test, assert_instr(paddd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg_attr(test, assert_instr(paddd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg_attr(test, assert_instr(paddw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(test, assert_instr(paddw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(test, assert_instr(paddb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(test, assert_instr(paddb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/mmx.rs:13:47 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(all(test, target_arch = "x86_64"), assert_instr(xor))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/cpuid.rs:39:18 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(test, assert_instr(cpuid))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/cpuid.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(test, assert_instr(cpuid))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bswap.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(test, assert_instr(bswap))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:78:18 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg_attr(test, assert_instr(tzcnt))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg_attr(test, assert_instr(tzcnt))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg_attr(test, assert_instr(blsr))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(test, assert_instr(blsmsk))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg_attr(test, assert_instr(blsi))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(test, assert_instr(andn))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(test, assert_instr(bextr))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(bextr))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi2.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(test, assert_instr(pext))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi2.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(test, assert_instr(pdep))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi2.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(test, assert_instr(bzhi))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/bmi2.rs:14:47 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(all(test, target_arch = "x86_64"), assert_instr(imul))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1832:18 [INFO] [stdout] | [INFO] [stdout] 1832 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1824:18 [INFO] [stdout] | [INFO] [stdout] 1824 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1816:18 [INFO] [stdout] | [INFO] [stdout] 1816 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1808:18 [INFO] [stdout] | [INFO] [stdout] 1808 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1800:18 [INFO] [stdout] | [INFO] [stdout] 1800 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1792:18 [INFO] [stdout] | [INFO] [stdout] 1792 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1614:18 [INFO] [stdout] | [INFO] [stdout] 1614 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1594:18 [INFO] [stdout] | [INFO] [stdout] 1594 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1582:18 [INFO] [stdout] | [INFO] [stdout] 1582 | #[cfg_attr(test, assert_instr(vpshufb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1583:18 [INFO] [stdout] | [INFO] [stdout] 1583 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1459:18 [INFO] [stdout] | [INFO] [stdout] 1459 | #[cfg_attr(test, assert_instr(vinsertf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1449:18 [INFO] [stdout] | [INFO] [stdout] 1449 | #[cfg_attr(test, assert_instr(vxor))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1441:18 [INFO] [stdout] | [INFO] [stdout] 1441 | #[cfg_attr(test, assert_instr(vxorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1433:18 [INFO] [stdout] | [INFO] [stdout] 1433 | #[cfg_attr(test, assert_instr(vxorps))] // FIXME vxorpd expected [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1425:18 [INFO] [stdout] | [INFO] [stdout] 1425 | #[cfg_attr(test, assert_instr(vmovmskps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1415:18 [INFO] [stdout] | [INFO] [stdout] 1415 | #[cfg_attr(test, assert_instr(vmovmskpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1405:18 [INFO] [stdout] | [INFO] [stdout] 1405 | #[cfg_attr(test, assert_instr(vtestps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1390:18 [INFO] [stdout] | [INFO] [stdout] 1390 | #[cfg_attr(test, assert_instr(vtestps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1376:18 [INFO] [stdout] | [INFO] [stdout] 1376 | #[cfg_attr(test, assert_instr(vtestps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1362:18 [INFO] [stdout] | [INFO] [stdout] 1362 | #[cfg_attr(test, assert_instr(vtestps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1347:18 [INFO] [stdout] | [INFO] [stdout] 1347 | #[cfg_attr(test, assert_instr(vtestps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1333:18 [INFO] [stdout] | [INFO] [stdout] 1333 | #[cfg_attr(test, assert_instr(vtestps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1319:18 [INFO] [stdout] | [INFO] [stdout] 1319 | #[cfg_attr(test, assert_instr(vtestpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1304:18 [INFO] [stdout] | [INFO] [stdout] 1304 | #[cfg_attr(test, assert_instr(vtestpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1290:18 [INFO] [stdout] | [INFO] [stdout] 1290 | #[cfg_attr(test, assert_instr(vtestpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1276:18 [INFO] [stdout] | [INFO] [stdout] 1276 | #[cfg_attr(test, assert_instr(vtestpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1261:18 [INFO] [stdout] | [INFO] [stdout] 1261 | #[cfg_attr(test, assert_instr(vtestpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1247:18 [INFO] [stdout] | [INFO] [stdout] 1247 | #[cfg_attr(test, assert_instr(vtestpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1233:18 [INFO] [stdout] | [INFO] [stdout] 1233 | #[cfg_attr(test, assert_instr(vptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1221:18 [INFO] [stdout] | [INFO] [stdout] 1221 | #[cfg_attr(test, assert_instr(vptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1210:18 [INFO] [stdout] | [INFO] [stdout] 1210 | #[cfg_attr(test, assert_instr(vptest))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1199:18 [INFO] [stdout] | [INFO] [stdout] 1199 | #[cfg_attr(test, assert_instr(vunpcklps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1190:18 [INFO] [stdout] | [INFO] [stdout] 1190 | #[cfg_attr(test, assert_instr(vunpcklpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1181:18 [INFO] [stdout] | [INFO] [stdout] 1181 | #[cfg_attr(test, assert_instr(vunpckhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1172:18 [INFO] [stdout] | [INFO] [stdout] 1172 | #[cfg_attr(test, assert_instr(vunpckhpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1163:18 [INFO] [stdout] | [INFO] [stdout] 1163 | #[cfg_attr(test, assert_instr(vrsqrtps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1153:18 [INFO] [stdout] | [INFO] [stdout] 1153 | #[cfg_attr(test, assert_instr(vrcpps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1143:18 [INFO] [stdout] | [INFO] [stdout] 1143 | #[cfg_attr(test, assert_instr(vlddqu))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1133:18 [INFO] [stdout] | [INFO] [stdout] 1133 | #[cfg_attr(test, assert_instr(vmovddup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1124:18 [INFO] [stdout] | [INFO] [stdout] 1124 | #[cfg_attr(test, assert_instr(vmovsldup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1115:18 [INFO] [stdout] | [INFO] [stdout] 1115 | #[cfg_attr(test, assert_instr(vmovshdup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1106:18 [INFO] [stdout] | [INFO] [stdout] 1106 | #[cfg_attr(test, assert_instr(vmaskmovps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1096:18 [INFO] [stdout] | [INFO] [stdout] 1096 | #[cfg_attr(test, assert_instr(vmaskmovps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1086:18 [INFO] [stdout] | [INFO] [stdout] 1086 | #[cfg_attr(test, assert_instr(vmaskmovpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1076:18 [INFO] [stdout] | [INFO] [stdout] 1076 | #[cfg_attr(test, assert_instr(vmaskmovpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1066:18 [INFO] [stdout] | [INFO] [stdout] 1066 | #[cfg_attr(test, assert_instr(vmovups))] // FIXME vmovdqu expected [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1057:18 [INFO] [stdout] | [INFO] [stdout] 1057 | #[cfg_attr(test, assert_instr(vmovaps))] // FIXME vmovdqa expected [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1047:18 [INFO] [stdout] | [INFO] [stdout] 1047 | #[cfg_attr(test, assert_instr(vmovups))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1037:18 [INFO] [stdout] | [INFO] [stdout] 1037 | #[cfg_attr(test, assert_instr(vmovups))] // FIXME vmovupd expected [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1027:18 [INFO] [stdout] | [INFO] [stdout] 1027 | #[cfg_attr(test, assert_instr(vmovaps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:1016:18 [INFO] [stdout] | [INFO] [stdout] 1016 | #[cfg_attr(test, assert_instr(vmovaps))] // FIXME vmovapd expected [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:998:3 [INFO] [stdout] | [INFO] [stdout] 998 | #[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:981:3 [INFO] [stdout] | [INFO] [stdout] 981 | #[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:964:3 [INFO] [stdout] | [INFO] [stdout] 964 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:946:18 [INFO] [stdout] | [INFO] [stdout] 946 | #[cfg_attr(test, assert_instr(vinsertf128, imm8 = 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:947:3 [INFO] [stdout] | [INFO] [stdout] 947 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:929:18 [INFO] [stdout] | [INFO] [stdout] 929 | #[cfg_attr(test, assert_instr(vinsertf128, imm8 = 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:930:3 [INFO] [stdout] | [INFO] [stdout] 930 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:911:18 [INFO] [stdout] | [INFO] [stdout] 911 | #[cfg_attr(test, assert_instr(vinsertf128, imm8 = 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:912:3 [INFO] [stdout] | [INFO] [stdout] 912 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:901:18 [INFO] [stdout] | [INFO] [stdout] 901 | #[cfg_attr(test, assert_instr(vbroadcastf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:892:18 [INFO] [stdout] | [INFO] [stdout] 892 | #[cfg_attr(test, assert_instr(vbroadcastf128))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:883:18 [INFO] [stdout] | [INFO] [stdout] 883 | #[cfg_attr(test, assert_instr(vbroadcastsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:874:18 [INFO] [stdout] | [INFO] [stdout] 874 | #[cfg_attr(test, assert_instr(vbroadcastss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:865:18 [INFO] [stdout] | [INFO] [stdout] 865 | #[cfg_attr(test, assert_instr(vbroadcastss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:848:18 [INFO] [stdout] | [INFO] [stdout] 848 | #[cfg_attr(test, assert_instr(vperm2f128, imm8 = 0x31))] [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:849:3 [INFO] [stdout] | [INFO] [stdout] 849 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:831:18 [INFO] [stdout] | [INFO] [stdout] 831 | #[cfg_attr(test, assert_instr(vperm2f128, imm8 = 0x31))] [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:832:3 [INFO] [stdout] | [INFO] [stdout] 832 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:814:18 [INFO] [stdout] | [INFO] [stdout] 814 | #[cfg_attr(test, assert_instr(vperm2f128, imm8 = 0x5))] [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:815:3 [INFO] [stdout] | [INFO] [stdout] 815 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:797:18 [INFO] [stdout] | [INFO] [stdout] 797 | #[cfg_attr(test, assert_instr(vpermilpd, imm8 = 0x1))] [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:798:3 [INFO] [stdout] | [INFO] [stdout] 798 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:780:18 [INFO] [stdout] | [INFO] [stdout] 780 | #[cfg_attr(test, assert_instr(vpermilpd, imm8 = 0x1))] [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:781:3 [INFO] [stdout] | [INFO] [stdout] 781 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:771:18 [INFO] [stdout] | [INFO] [stdout] 771 | #[cfg_attr(test, assert_instr(vpermilpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:762:18 [INFO] [stdout] | [INFO] [stdout] 762 | #[cfg_attr(test, assert_instr(vpermilpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:745:18 [INFO] [stdout] | [INFO] [stdout] 745 | #[cfg_attr(test, assert_instr(vpermilps, imm8 = 9))] [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:746:3 [INFO] [stdout] | [INFO] [stdout] 746 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:728:18 [INFO] [stdout] | [INFO] [stdout] 728 | #[cfg_attr(test, assert_instr(vpermilps, imm8 = 9))] [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:729:3 [INFO] [stdout] | [INFO] [stdout] 729 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:719:18 [INFO] [stdout] | [INFO] [stdout] 719 | #[cfg_attr(test, assert_instr(vpermilps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:710:18 [INFO] [stdout] | [INFO] [stdout] 710 | #[cfg_attr(test, assert_instr(vpermilps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:693:18 [INFO] [stdout] | [INFO] [stdout] 693 | #[cfg_attr(test, assert_instr(vextractf128, imm8 = 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:694:3 [INFO] [stdout] | [INFO] [stdout] 694 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:677:18 [INFO] [stdout] | [INFO] [stdout] 677 | #[cfg_attr(test, assert_instr(vextractf128, imm8 = 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:678:3 [INFO] [stdout] | [INFO] [stdout] 678 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:660:18 [INFO] [stdout] | [INFO] [stdout] 660 | #[cfg_attr(test, assert_instr(vextractf128, imm8 = 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:661:3 [INFO] [stdout] | [INFO] [stdout] 661 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:651:18 [INFO] [stdout] | [INFO] [stdout] 651 | #[cfg_attr(test, assert_instr(vcvttps2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:642:18 [INFO] [stdout] | [INFO] [stdout] 642 | #[cfg_attr(test, assert_instr(vcvtpd2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:633:18 [INFO] [stdout] | [INFO] [stdout] 633 | #[cfg_attr(test, assert_instr(vcvttpd2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:624:18 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg_attr(test, assert_instr(vcvtps2pd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:615:18 [INFO] [stdout] | [INFO] [stdout] 615 | #[cfg_attr(test, assert_instr(vcvtps2dq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:606:18 [INFO] [stdout] | [INFO] [stdout] 606 | #[cfg_attr(test, assert_instr(vcvtpd2ps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:597:18 [INFO] [stdout] | [INFO] [stdout] 597 | #[cfg_attr(test, assert_instr(vcvtdq2ps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:588:18 [INFO] [stdout] | [INFO] [stdout] 588 | #[cfg_attr(test, assert_instr(vcvtdq2pd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:571:18 [INFO] [stdout] | [INFO] [stdout] 571 | #[cfg_attr(test, assert_instr(vcmpeqss, imm8 = 0))] // TODO Validate vcmpss [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:572:3 [INFO] [stdout] | [INFO] [stdout] 572 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:551:18 [INFO] [stdout] | [INFO] [stdout] 551 | #[cfg_attr(test, assert_instr(vcmpeqsd, imm8 = 0))] // TODO Validate vcmpsd [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:552:3 [INFO] [stdout] | [INFO] [stdout] 552 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:531:18 [INFO] [stdout] | [INFO] [stdout] 531 | #[cfg_attr(test, assert_instr(vcmpeqps, imm8 = 0))] // TODO Validate vcmpps [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:532:3 [INFO] [stdout] | [INFO] [stdout] 532 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:513:18 [INFO] [stdout] | [INFO] [stdout] 513 | #[cfg_attr(test, assert_instr(vcmpeqps, imm8 = 0))] // TODO Validate vcmpps [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:514:3 [INFO] [stdout] | [INFO] [stdout] 514 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:495:18 [INFO] [stdout] | [INFO] [stdout] 495 | #[cfg_attr(test, assert_instr(vcmpeqpd, imm8 = 0))] // TODO Validate vcmppd [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:496:3 [INFO] [stdout] | [INFO] [stdout] 496 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:477:18 [INFO] [stdout] | [INFO] [stdout] 477 | #[cfg_attr(test, assert_instr(vcmpeqpd, imm8 = 0))] // TODO Validate vcmppd [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:478:3 [INFO] [stdout] | [INFO] [stdout] 478 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:467:18 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(test, assert_instr(vxorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:458:18 [INFO] [stdout] | [INFO] [stdout] 458 | #[cfg_attr(test, assert_instr(vxorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:448:18 [INFO] [stdout] | [INFO] [stdout] 448 | #[cfg_attr(test, assert_instr(vhsubps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:436:18 [INFO] [stdout] | [INFO] [stdout] 436 | #[cfg_attr(test, assert_instr(vhsubpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:425:18 [INFO] [stdout] | [INFO] [stdout] 425 | #[cfg_attr(test, assert_instr(vhaddps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:413:18 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg_attr(test, assert_instr(vhaddpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:394:18 [INFO] [stdout] | [INFO] [stdout] 394 | #[cfg_attr(test, assert_instr(vdpps, imm8 = 0x0))] [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:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:383:18 [INFO] [stdout] | [INFO] [stdout] 383 | #[cfg_attr(test, assert_instr(vblendvps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:374:18 [INFO] [stdout] | [INFO] [stdout] 374 | #[cfg_attr(test, assert_instr(vblendvpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:357:18 [INFO] [stdout] | [INFO] [stdout] 357 | #[cfg_attr(test, assert_instr(vblendps, imm8 = 9))] [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:358:3 [INFO] [stdout] | [INFO] [stdout] 358 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:340:18 [INFO] [stdout] | [INFO] [stdout] 340 | #[cfg_attr(test, assert_instr(vblendpd, imm8 = 9))] [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:341:3 [INFO] [stdout] | [INFO] [stdout] 341 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:331:18 [INFO] [stdout] | [INFO] [stdout] 331 | #[cfg_attr(test, assert_instr(vsqrtpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:322:18 [INFO] [stdout] | [INFO] [stdout] 322 | #[cfg_attr(test, assert_instr(vsqrtps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:313:18 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(test, assert_instr(vroundps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:304:18 [INFO] [stdout] | [INFO] [stdout] 304 | #[cfg_attr(test, assert_instr(vroundps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg_attr(test, assert_instr(vroundps, b = 0x00))] [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:288:3 [INFO] [stdout] | [INFO] [stdout] 288 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:269:18 [INFO] [stdout] | [INFO] [stdout] 269 | #[cfg_attr(test, assert_instr(vroundpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:260:18 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg_attr(test, assert_instr(vroundpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:243:18 [INFO] [stdout] | [INFO] [stdout] 243 | #[cfg_attr(test, assert_instr(vroundpd, b = 0x3))] [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:244:3 [INFO] [stdout] | [INFO] [stdout] 244 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:225:18 [INFO] [stdout] | [INFO] [stdout] 225 | #[cfg_attr(test, assert_instr(vdivpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:216:18 [INFO] [stdout] | [INFO] [stdout] 216 | #[cfg_attr(test, assert_instr(vdivps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg_attr(test, assert_instr(vsubps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | #[cfg_attr(test, assert_instr(vsubpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:189:18 [INFO] [stdout] | [INFO] [stdout] 189 | #[cfg_attr(test, assert_instr(vaddsubps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:180:18 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg_attr(test, assert_instr(vaddsubpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:171:18 [INFO] [stdout] | [INFO] [stdout] 171 | #[cfg_attr(test, assert_instr(vmulps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | #[cfg_attr(test, assert_instr(vmulpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:153:18 [INFO] [stdout] | [INFO] [stdout] 153 | #[cfg_attr(test, assert_instr(vminps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:144:18 [INFO] [stdout] | [INFO] [stdout] 144 | #[cfg_attr(test, assert_instr(vminpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:135:18 [INFO] [stdout] | [INFO] [stdout] 135 | #[cfg_attr(test, assert_instr(vmaxps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:126:18 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(test, assert_instr(vmaxpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | #[cfg_attr(test, assert_instr(vandnps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg_attr(test, assert_instr(vandnps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg_attr(test, assert_instr(vshufps, imm8 = 0x0))] [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:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:71:18 [INFO] [stdout] | [INFO] [stdout] 71 | #[cfg_attr(test, assert_instr(vshufpd, imm8 = 0x1))] [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:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(test, assert_instr(vorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg_attr(test, assert_instr(vorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(test, assert_instr(vandps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(test, assert_instr(vandps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(test, assert_instr(vaddps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(test, assert_instr(vaddpd))] [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:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | #[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:2462:3 [INFO] [stdout] | [INFO] [stdout] 2462 | #[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:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2431:18 [INFO] [stdout] | [INFO] [stdout] 2431 | #[cfg_attr(test, assert_instr(vxorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2422:18 [INFO] [stdout] | [INFO] [stdout] 2422 | #[cfg_attr(test, assert_instr(vunpcklpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2381:18 [INFO] [stdout] | [INFO] [stdout] 2381 | #[cfg_attr(test, assert_instr(vunpckhpd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2340:18 [INFO] [stdout] | [INFO] [stdout] 2340 | #[cfg_attr(test, assert_instr(vunpcklps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2299:18 [INFO] [stdout] | [INFO] [stdout] 2299 | #[cfg_attr(test, assert_instr(vunpckhps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2258:18 [INFO] [stdout] | [INFO] [stdout] 2258 | #[cfg_attr(test, assert_instr(vpunpcklwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2215:18 [INFO] [stdout] | [INFO] [stdout] 2215 | #[cfg_attr(test, assert_instr(vpunpckhwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2173:18 [INFO] [stdout] | [INFO] [stdout] 2173 | #[cfg_attr(test, assert_instr(vpunpcklbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2129:18 [INFO] [stdout] | [INFO] [stdout] 2129 | #[cfg_attr(test, assert_instr(vpunpckhbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2084:18 [INFO] [stdout] | [INFO] [stdout] 2084 | #[cfg_attr(test, assert_instr(vpsubusb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2075:18 [INFO] [stdout] | [INFO] [stdout] 2075 | #[cfg_attr(test, assert_instr(vpsubusw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2066:18 [INFO] [stdout] | [INFO] [stdout] 2066 | #[cfg_attr(test, assert_instr(vpsubsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2057:18 [INFO] [stdout] | [INFO] [stdout] 2057 | #[cfg_attr(test, assert_instr(vpsubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2048:18 [INFO] [stdout] | [INFO] [stdout] 2048 | #[cfg_attr(test, assert_instr(vpsubb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2040:18 [INFO] [stdout] | [INFO] [stdout] 2040 | #[cfg_attr(test, assert_instr(vpsubq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2032:18 [INFO] [stdout] | [INFO] [stdout] 2032 | #[cfg_attr(test, assert_instr(vpsubd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2024:18 [INFO] [stdout] | [INFO] [stdout] 2024 | #[cfg_attr(test, assert_instr(vpsubw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2014:18 [INFO] [stdout] | [INFO] [stdout] 2014 | #[cfg_attr(test, assert_instr(vpsrlvq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2005:18 [INFO] [stdout] | [INFO] [stdout] 2005 | #[cfg_attr(test, assert_instr(vpsrlvq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1996:18 [INFO] [stdout] | [INFO] [stdout] 1996 | #[cfg_attr(test, assert_instr(vpsrlvd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1987:18 [INFO] [stdout] | [INFO] [stdout] 1987 | #[cfg_attr(test, assert_instr(vpsrlvd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1978:18 [INFO] [stdout] | [INFO] [stdout] 1978 | #[cfg_attr(test, assert_instr(vpsrlq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1969:18 [INFO] [stdout] | [INFO] [stdout] 1969 | #[cfg_attr(test, assert_instr(vpsrld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1960:18 [INFO] [stdout] | [INFO] [stdout] 1960 | #[cfg_attr(test, assert_instr(vpsrlw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1951:18 [INFO] [stdout] | [INFO] [stdout] 1951 | #[cfg_attr(test, assert_instr(vpsrlq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1942:18 [INFO] [stdout] | [INFO] [stdout] 1942 | #[cfg_attr(test, assert_instr(vpsrld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1933:18 [INFO] [stdout] | [INFO] [stdout] 1933 | #[cfg_attr(test, assert_instr(vpsrlw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1916:18 [INFO] [stdout] | [INFO] [stdout] 1916 | #[cfg_attr(test, assert_instr(vpsrldq, imm8 = 3))] [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:1917:3 [INFO] [stdout] | [INFO] [stdout] 1917 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1900:18 [INFO] [stdout] | [INFO] [stdout] 1900 | #[cfg_attr(test, assert_instr(vpsrldq, imm8 = 3))] [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:1901:3 [INFO] [stdout] | [INFO] [stdout] 1901 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1892:18 [INFO] [stdout] | [INFO] [stdout] 1892 | #[cfg_attr(test, assert_instr(vpsravd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1883:18 [INFO] [stdout] | [INFO] [stdout] 1883 | #[cfg_attr(test, assert_instr(vpsravd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1874:18 [INFO] [stdout] | [INFO] [stdout] 1874 | #[cfg_attr(test, assert_instr(vpsrad))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1865:18 [INFO] [stdout] | [INFO] [stdout] 1865 | #[cfg_attr(test, assert_instr(vpsraw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1856:18 [INFO] [stdout] | [INFO] [stdout] 1856 | #[cfg_attr(test, assert_instr(vpsrad))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1847:18 [INFO] [stdout] | [INFO] [stdout] 1847 | #[cfg_attr(test, assert_instr(vpsraw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1838:18 [INFO] [stdout] | [INFO] [stdout] 1838 | #[cfg_attr(test, assert_instr(vpsllvq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1828:18 [INFO] [stdout] | [INFO] [stdout] 1828 | #[cfg_attr(test, assert_instr(vpsllvq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1818:18 [INFO] [stdout] | [INFO] [stdout] 1818 | #[cfg_attr(test, assert_instr(vpsllvd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1808:18 [INFO] [stdout] | [INFO] [stdout] 1808 | #[cfg_attr(test, assert_instr(vpsllvd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1790:18 [INFO] [stdout] | [INFO] [stdout] 1790 | #[cfg_attr(test, assert_instr(vpslldq, imm8 = 3))] [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:1791:3 [INFO] [stdout] | [INFO] [stdout] 1791 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1774:18 [INFO] [stdout] | [INFO] [stdout] 1774 | #[cfg_attr(test, assert_instr(vpslldq, imm8 = 3))] [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:1775:3 [INFO] [stdout] | [INFO] [stdout] 1775 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1766:18 [INFO] [stdout] | [INFO] [stdout] 1766 | #[cfg_attr(test, assert_instr(vpsllq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1757:18 [INFO] [stdout] | [INFO] [stdout] 1757 | #[cfg_attr(test, assert_instr(vpslld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1748:18 [INFO] [stdout] | [INFO] [stdout] 1748 | #[cfg_attr(test, assert_instr(vpsllw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1739:18 [INFO] [stdout] | [INFO] [stdout] 1739 | #[cfg_attr(test, assert_instr(vpsllq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1730:18 [INFO] [stdout] | [INFO] [stdout] 1730 | #[cfg_attr(test, assert_instr(vpslld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1721:18 [INFO] [stdout] | [INFO] [stdout] 1721 | #[cfg_attr(test, assert_instr(vpsllw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1712:18 [INFO] [stdout] | [INFO] [stdout] 1712 | #[cfg_attr(test, assert_instr(vpsignb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1702:18 [INFO] [stdout] | [INFO] [stdout] 1702 | #[cfg_attr(test, assert_instr(vpsignd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1692:18 [INFO] [stdout] | [INFO] [stdout] 1692 | #[cfg_attr(test, assert_instr(vpsignw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1674:18 [INFO] [stdout] | [INFO] [stdout] 1674 | #[cfg_attr(test, assert_instr(vpshuflw, imm8 = 9))] [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:1675:3 [INFO] [stdout] | [INFO] [stdout] 1675 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1656:18 [INFO] [stdout] | [INFO] [stdout] 1656 | #[cfg_attr(test, assert_instr(vpshufhw, imm8 = 9))] [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:1657:3 [INFO] [stdout] | [INFO] [stdout] 1657 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1638:18 [INFO] [stdout] | [INFO] [stdout] 1638 | #[cfg_attr(test, assert_instr(vpermilps, imm8 = 9))] [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:1639:3 [INFO] [stdout] | [INFO] [stdout] 1639 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1595:18 [INFO] [stdout] | [INFO] [stdout] 1595 | #[cfg_attr(test, assert_instr(vpshufb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1559:18 [INFO] [stdout] | [INFO] [stdout] 1559 | #[cfg_attr(test, assert_instr(vpsadbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1548:18 [INFO] [stdout] | [INFO] [stdout] 1548 | #[cfg_attr(test, assert_instr(vpermps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1531:18 [INFO] [stdout] | [INFO] [stdout] 1531 | #[cfg_attr(test, assert_instr(vpermpd, imm8 = 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:1532:3 [INFO] [stdout] | [INFO] [stdout] 1532 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1514:18 [INFO] [stdout] | [INFO] [stdout] 1514 | #[cfg_attr(test, assert_instr(vperm2f128, imm8 = 9))] [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:1515:3 [INFO] [stdout] | [INFO] [stdout] 1515 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1498:18 [INFO] [stdout] | [INFO] [stdout] 1498 | #[cfg_attr(test, assert_instr(vpermpd, imm8 = 9))] [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:1499:3 [INFO] [stdout] | [INFO] [stdout] 1499 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1490:18 [INFO] [stdout] | [INFO] [stdout] 1490 | #[cfg_attr(test, assert_instr(vpermps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1479:18 [INFO] [stdout] | [INFO] [stdout] 1479 | #[cfg_attr(test, assert_instr(vpackusdw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1470:18 [INFO] [stdout] | [INFO] [stdout] 1470 | #[cfg_attr(test, assert_instr(vpackuswb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1461:18 [INFO] [stdout] | [INFO] [stdout] 1461 | #[cfg_attr(test, assert_instr(vpackssdw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1452:18 [INFO] [stdout] | [INFO] [stdout] 1452 | #[cfg_attr(test, assert_instr(vpacksswb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1443:18 [INFO] [stdout] | [INFO] [stdout] 1443 | #[cfg_attr(test, assert_instr(vorps))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1434:18 [INFO] [stdout] | [INFO] [stdout] 1434 | #[cfg_attr(test, assert_instr(vpmulhrsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1423:18 [INFO] [stdout] | [INFO] [stdout] 1423 | #[cfg_attr(test, assert_instr(vpmulld))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1413:18 [INFO] [stdout] | [INFO] [stdout] 1413 | #[cfg_attr(test, assert_instr(vpmullw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1403:18 [INFO] [stdout] | [INFO] [stdout] 1403 | #[cfg_attr(test, assert_instr(vpmulhuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1393:18 [INFO] [stdout] | [INFO] [stdout] 1393 | #[cfg_attr(test, assert_instr(vpmulhw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1383:18 [INFO] [stdout] | [INFO] [stdout] 1383 | #[cfg_attr(test, assert_instr(vpmuludq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1372:18 [INFO] [stdout] | [INFO] [stdout] 1372 | #[cfg_attr(test, assert_instr(vpmuldq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1353:18 [INFO] [stdout] | [INFO] [stdout] 1353 | #[cfg_attr(test, assert_instr(vmpsadbw, imm8 = 0))] [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:1354:3 [INFO] [stdout] | [INFO] [stdout] 1354 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1339:18 [INFO] [stdout] | [INFO] [stdout] 1339 | #[cfg_attr(test, assert_instr(vpmovmskb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1330:18 [INFO] [stdout] | [INFO] [stdout] 1330 | #[cfg_attr(test, assert_instr(vpminub))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1321:18 [INFO] [stdout] | [INFO] [stdout] 1321 | #[cfg_attr(test, assert_instr(vpminud))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1312:18 [INFO] [stdout] | [INFO] [stdout] 1312 | #[cfg_attr(test, assert_instr(vpminuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1303:18 [INFO] [stdout] | [INFO] [stdout] 1303 | #[cfg_attr(test, assert_instr(vpminsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1294:18 [INFO] [stdout] | [INFO] [stdout] 1294 | #[cfg_attr(test, assert_instr(vpminsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1285:18 [INFO] [stdout] | [INFO] [stdout] 1285 | #[cfg_attr(test, assert_instr(vpminsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1276:18 [INFO] [stdout] | [INFO] [stdout] 1276 | #[cfg_attr(test, assert_instr(vpmaxub))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1267:18 [INFO] [stdout] | [INFO] [stdout] 1267 | #[cfg_attr(test, assert_instr(vpmaxud))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1258:18 [INFO] [stdout] | [INFO] [stdout] 1258 | #[cfg_attr(test, assert_instr(vpmaxuw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1249:18 [INFO] [stdout] | [INFO] [stdout] 1249 | #[cfg_attr(test, assert_instr(vpmaxsb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1240:18 [INFO] [stdout] | [INFO] [stdout] 1240 | #[cfg_attr(test, assert_instr(vpmaxsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1231:18 [INFO] [stdout] | [INFO] [stdout] 1231 | #[cfg_attr(test, assert_instr(vpmaxsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1222:18 [INFO] [stdout] | [INFO] [stdout] 1222 | #[cfg_attr(test, assert_instr(vpmaskmovq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1212:18 [INFO] [stdout] | [INFO] [stdout] 1212 | #[cfg_attr(test, assert_instr(vpmaskmovq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1202:18 [INFO] [stdout] | [INFO] [stdout] 1202 | #[cfg_attr(test, assert_instr(vpmaskmovd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1192:18 [INFO] [stdout] | [INFO] [stdout] 1192 | #[cfg_attr(test, assert_instr(vpmaskmovd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1182:18 [INFO] [stdout] | [INFO] [stdout] 1182 | #[cfg_attr(test, assert_instr(vpmaddubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1171:18 [INFO] [stdout] | [INFO] [stdout] 1171 | #[cfg_attr(test, assert_instr(vpmaddwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1153:18 [INFO] [stdout] | [INFO] [stdout] 1153 | #[cfg_attr(test, assert_instr(vinsertf128, imm8 = 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:1154:3 [INFO] [stdout] | [INFO] [stdout] 1154 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1136:18 [INFO] [stdout] | [INFO] [stdout] 1136 | #[cfg_attr(test, assert_instr(vgatherqpd, scale = 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:1137:3 [INFO] [stdout] | [INFO] [stdout] 1137 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1117:18 [INFO] [stdout] | [INFO] [stdout] 1117 | #[cfg_attr(test, assert_instr(vgatherqpd, scale = 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:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1099:18 [INFO] [stdout] | [INFO] [stdout] 1099 | #[cfg_attr(test, assert_instr(vgatherqpd, scale = 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:1100:3 [INFO] [stdout] | [INFO] [stdout] 1100 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1080:18 [INFO] [stdout] | [INFO] [stdout] 1080 | #[cfg_attr(test, assert_instr(vgatherqpd, scale = 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:1081:3 [INFO] [stdout] | [INFO] [stdout] 1081 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1062:18 [INFO] [stdout] | [INFO] [stdout] 1062 | #[cfg_attr(test, assert_instr(vpgatherqq, scale = 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:1063:3 [INFO] [stdout] | [INFO] [stdout] 1063 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1043:18 [INFO] [stdout] | [INFO] [stdout] 1043 | #[cfg_attr(test, assert_instr(vpgatherqq, scale = 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:1044:3 [INFO] [stdout] | [INFO] [stdout] 1044 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1025:18 [INFO] [stdout] | [INFO] [stdout] 1025 | #[cfg_attr(test, assert_instr(vpgatherqq, scale = 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:1026:3 [INFO] [stdout] | [INFO] [stdout] 1026 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1006:18 [INFO] [stdout] | [INFO] [stdout] 1006 | #[cfg_attr(test, assert_instr(vpgatherqq, scale = 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:1007:3 [INFO] [stdout] | [INFO] [stdout] 1007 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:988:18 [INFO] [stdout] | [INFO] [stdout] 988 | #[cfg_attr(test, assert_instr(vgatherqps, scale = 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:989:3 [INFO] [stdout] | [INFO] [stdout] 989 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:969:18 [INFO] [stdout] | [INFO] [stdout] 969 | #[cfg_attr(test, assert_instr(vgatherqps, scale = 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:970:3 [INFO] [stdout] | [INFO] [stdout] 970 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:951:18 [INFO] [stdout] | [INFO] [stdout] 951 | #[cfg_attr(test, assert_instr(vgatherqps, scale = 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:952:3 [INFO] [stdout] | [INFO] [stdout] 952 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:932:18 [INFO] [stdout] | [INFO] [stdout] 932 | #[cfg_attr(test, assert_instr(vgatherqps, scale = 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:933:3 [INFO] [stdout] | [INFO] [stdout] 933 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:914:18 [INFO] [stdout] | [INFO] [stdout] 914 | #[cfg_attr(test, assert_instr(vpgatherqd, scale = 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:915:3 [INFO] [stdout] | [INFO] [stdout] 915 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:895:18 [INFO] [stdout] | [INFO] [stdout] 895 | #[cfg_attr(test, assert_instr(vpgatherqd, scale = 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:896:3 [INFO] [stdout] | [INFO] [stdout] 896 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:877:18 [INFO] [stdout] | [INFO] [stdout] 877 | #[cfg_attr(test, assert_instr(vpgatherqd, scale = 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:878:3 [INFO] [stdout] | [INFO] [stdout] 878 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:858:18 [INFO] [stdout] | [INFO] [stdout] 858 | #[cfg_attr(test, assert_instr(vpgatherqd, scale = 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:859:3 [INFO] [stdout] | [INFO] [stdout] 859 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:840:18 [INFO] [stdout] | [INFO] [stdout] 840 | #[cfg_attr(test, assert_instr(vgatherdpd, scale = 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:841:3 [INFO] [stdout] | [INFO] [stdout] 841 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:821:18 [INFO] [stdout] | [INFO] [stdout] 821 | #[cfg_attr(test, assert_instr(vgatherdpd, scale = 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:822:3 [INFO] [stdout] | [INFO] [stdout] 822 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:803:18 [INFO] [stdout] | [INFO] [stdout] 803 | #[cfg_attr(test, assert_instr(vgatherdpd, scale = 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:804:3 [INFO] [stdout] | [INFO] [stdout] 804 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:784:18 [INFO] [stdout] | [INFO] [stdout] 784 | #[cfg_attr(test, assert_instr(vgatherdpd, scale = 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:785:3 [INFO] [stdout] | [INFO] [stdout] 785 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:766:18 [INFO] [stdout] | [INFO] [stdout] 766 | #[cfg_attr(test, assert_instr(vpgatherdq, scale = 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:767:3 [INFO] [stdout] | [INFO] [stdout] 767 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:747:18 [INFO] [stdout] | [INFO] [stdout] 747 | #[cfg_attr(test, assert_instr(vpgatherdq, scale = 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:748:3 [INFO] [stdout] | [INFO] [stdout] 748 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:729:18 [INFO] [stdout] | [INFO] [stdout] 729 | #[cfg_attr(test, assert_instr(vpgatherdq, scale = 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:730:3 [INFO] [stdout] | [INFO] [stdout] 730 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:710:18 [INFO] [stdout] | [INFO] [stdout] 710 | #[cfg_attr(test, assert_instr(vpgatherdq, scale = 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:711:3 [INFO] [stdout] | [INFO] [stdout] 711 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:692:18 [INFO] [stdout] | [INFO] [stdout] 692 | #[cfg_attr(test, assert_instr(vgatherdps, scale = 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:693:3 [INFO] [stdout] | [INFO] [stdout] 693 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:673:18 [INFO] [stdout] | [INFO] [stdout] 673 | #[cfg_attr(test, assert_instr(vgatherdps, scale = 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:674:3 [INFO] [stdout] | [INFO] [stdout] 674 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:655:18 [INFO] [stdout] | [INFO] [stdout] 655 | #[cfg_attr(test, assert_instr(vgatherdps, scale = 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:656:3 [INFO] [stdout] | [INFO] [stdout] 656 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:636:18 [INFO] [stdout] | [INFO] [stdout] 636 | #[cfg_attr(test, assert_instr(vgatherdps, scale = 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:637:3 [INFO] [stdout] | [INFO] [stdout] 637 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:618:18 [INFO] [stdout] | [INFO] [stdout] 618 | #[cfg_attr(test, assert_instr(vpgatherdd, scale = 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:619:3 [INFO] [stdout] | [INFO] [stdout] 619 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:599:18 [INFO] [stdout] | [INFO] [stdout] 599 | #[cfg_attr(test, assert_instr(vpgatherdd, scale = 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:600:3 [INFO] [stdout] | [INFO] [stdout] 600 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:581:18 [INFO] [stdout] | [INFO] [stdout] 581 | #[cfg_attr(test, assert_instr(vpgatherdd, scale = 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:582:3 [INFO] [stdout] | [INFO] [stdout] 582 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:562:18 [INFO] [stdout] | [INFO] [stdout] 562 | #[cfg_attr(test, assert_instr(vpgatherdd, scale = 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:563:3 [INFO] [stdout] | [INFO] [stdout] 563 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:552:18 [INFO] [stdout] | [INFO] [stdout] 552 | #[cfg_attr(test, assert_instr(vphsubsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:543:18 [INFO] [stdout] | [INFO] [stdout] 543 | #[cfg_attr(test, assert_instr(vphsubd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:535:18 [INFO] [stdout] | [INFO] [stdout] 535 | #[cfg_attr(test, assert_instr(vphsubw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:527:18 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg_attr(test, assert_instr(vphaddsw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:518:18 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg_attr(test, assert_instr(vphaddd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:510:18 [INFO] [stdout] | [INFO] [stdout] 510 | #[cfg_attr(test, assert_instr(vphaddw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:494:18 [INFO] [stdout] | [INFO] [stdout] 494 | #[cfg_attr(test, assert_instr(vextractf128, imm8 = 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:495:3 [INFO] [stdout] | [INFO] [stdout] 495 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:486:18 [INFO] [stdout] | [INFO] [stdout] 486 | #[cfg_attr(test, assert_instr(vpmovzxbq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:477:18 [INFO] [stdout] | [INFO] [stdout] 477 | #[cfg_attr(test, assert_instr(vpmovzxbd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:468:18 [INFO] [stdout] | [INFO] [stdout] 468 | #[cfg_attr(test, assert_instr(vpmovzxbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | #[cfg_attr(test, assert_instr(vpmovzxdq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:452:18 [INFO] [stdout] | [INFO] [stdout] 452 | #[cfg_attr(test, assert_instr(vpmovzxwq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:443:18 [INFO] [stdout] | [INFO] [stdout] 443 | #[cfg_attr(test, assert_instr(vpmovzxwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:434:18 [INFO] [stdout] | [INFO] [stdout] 434 | #[cfg_attr(test, assert_instr(vpmovsxbq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:426:18 [INFO] [stdout] | [INFO] [stdout] 426 | #[cfg_attr(test, assert_instr(vpmovsxbd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:418:18 [INFO] [stdout] | [INFO] [stdout] 418 | #[cfg_attr(test, assert_instr(vpmovsxbw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:410:18 [INFO] [stdout] | [INFO] [stdout] 410 | #[cfg_attr(test, assert_instr(vpmovsxdq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:402:18 [INFO] [stdout] | [INFO] [stdout] 402 | #[cfg_attr(test, assert_instr(vpmovsxwq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:394:18 [INFO] [stdout] | [INFO] [stdout] 394 | #[cfg_attr(test, assert_instr(vpmovsxwd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:386:18 [INFO] [stdout] | [INFO] [stdout] 386 | #[cfg_attr(test, assert_instr(vpcmpgtb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:378:18 [INFO] [stdout] | [INFO] [stdout] 378 | #[cfg_attr(test, assert_instr(vpcmpgtw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:370:18 [INFO] [stdout] | [INFO] [stdout] 370 | #[cfg_attr(test, assert_instr(vpcmpgtd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:362:18 [INFO] [stdout] | [INFO] [stdout] 362 | #[cfg_attr(test, assert_instr(vpcmpgtq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:354:18 [INFO] [stdout] | [INFO] [stdout] 354 | #[cfg_attr(test, assert_instr(vpcmpeqb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:346:18 [INFO] [stdout] | [INFO] [stdout] 346 | #[cfg_attr(test, assert_instr(vpcmpeqw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:338:18 [INFO] [stdout] | [INFO] [stdout] 338 | #[cfg_attr(test, assert_instr(vpcmpeqd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:330:18 [INFO] [stdout] | [INFO] [stdout] 330 | #[cfg_attr(test, assert_instr(vpcmpeqq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:322:18 [INFO] [stdout] | [INFO] [stdout] 322 | #[cfg_attr(test, assert_instr(vpbroadcastw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:313:18 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(test, assert_instr(vpbroadcastw))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:304:18 [INFO] [stdout] | [INFO] [stdout] 304 | #[cfg_attr(test, assert_instr(vbroadcastss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:295:18 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg_attr(test, assert_instr(vbroadcastss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:276:18 [INFO] [stdout] | [INFO] [stdout] 276 | #[cfg_attr(test, assert_instr(vbroadcastsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:267:18 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(test, assert_instr(vmovddup))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:258:18 [INFO] [stdout] | [INFO] [stdout] 258 | #[cfg_attr(test, assert_instr(vbroadcastsd))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg_attr(test, assert_instr(vpbroadcastq))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:238:18 [INFO] [stdout] | [INFO] [stdout] 238 | #[cfg_attr(test, assert_instr(vbroadcastss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg_attr(test, assert_instr(vbroadcastss))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:216:18 [INFO] [stdout] | [INFO] [stdout] 216 | #[cfg_attr(test, assert_instr(vpbroadcastb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg_attr(test, assert_instr(vpbroadcastb))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `assert_instr` in this scope [INFO] [stdout] --> src/x86/avx2.rs:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | #[cfg_attr(test, assert_instr(vpblendvb))] [INFO] [stdout] | ^^^^^^^^^^^^ [WARN] too many lines in the log, truncating it