[INFO] fetching crate core_arch 0.1.5... [INFO] checking core_arch-0.1.5 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate core_arch 0.1.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate core_arch 0.1.5 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate core_arch 0.1.5 [INFO] finished tweaking crates.io crate core_arch 0.1.5 [INFO] tweaked toml for crates.io crate core_arch 0.1.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2b02e4c207b4ddef508b66d45c28edaddf7eff75a384f72097b3cb2d71f5193 [INFO] running `Command { std: "docker" "start" "-a" "f2b02e4c207b4ddef508b66d45c28edaddf7eff75a384f72097b3cb2d71f5193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2b02e4c207b4ddef508b66d45c28edaddf7eff75a384f72097b3cb2d71f5193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2b02e4c207b4ddef508b66d45c28edaddf7eff75a384f72097b3cb2d71f5193", kill_on_drop: false }` [INFO] [stdout] f2b02e4c207b4ddef508b66d45c28edaddf7eff75a384f72097b3cb2d71f5193 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0c07da3fe354f86f3b2d6128c77ca5646c60f5a8b910a9cff693050a7ecc0f7 [INFO] running `Command { std: "docker" "start" "-a" "a0c07da3fe354f86f3b2d6128c77ca5646c60f5a8b910a9cff693050a7ecc0f7", kill_on_drop: false }` [INFO] [stderr] Compiling core_arch v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | const_fn, [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | external_doc [INFO] [stdout] | ^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: use #[doc = include_str!("filename")] instead, which handles macro invocations [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | const_fn, [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | external_doc [INFO] [stdout] | ^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: use #[doc = include_str!("filename")] instead, which handles macro invocations [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stdsimd_test` [INFO] [stdout] --> src/lib.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | extern crate stdsimd_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/eflags.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | asm!("pushfq; popq $0" : "=r"(eflags) : : : "volatile"); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace with: `llvm_asm!` [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/eflags.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("pushq $0; popfq" : : "r"(eflags) : "cc", "flags" : "volatile"); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace with: `llvm_asm!` [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/cpuid.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | asm!("cpuid\n" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 69 | | : "={eax}"(eax), "={ebx}"(ebx), "={ecx}"(ecx), "={edx}"(edx) [INFO] [stdout] 70 | | : "{eax}"(leaf), "{ecx}"(sub_leaf) [INFO] [stdout] 71 | | : "rbx" :); [INFO] [stdout] | |________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/xsave.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | asm!("xgetbv" : "={eax}"(eax), "={edx}"(edx) : "{ecx}"(xcr_no)); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace with: `llvm_asm!` [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | asm!("btl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 11 | | : "=r"(r) [INFO] [stdout] 12 | | : "*m"(p), "r"(b) [INFO] [stdout] 13 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("btsl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 24 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 25 | | : "r"(b) [INFO] [stdout] 26 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | asm!("btrl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 37 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 38 | | : "r"(b) [INFO] [stdout] 39 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `core_arch` due to 4 previous errors [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!("btcl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 50 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 51 | | : "r"(b) [INFO] [stdout] 52 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | asm!("btq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 11 | | : "=r"(r) [INFO] [stdout] 12 | | : "*m"(p), "r"(b) [INFO] [stdout] 13 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("btsq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 24 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 25 | | : "r"(b) [INFO] [stdout] 26 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | asm!("btrq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 37 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 38 | | : "r"(b) [INFO] [stdout] 39 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!("btcq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 50 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 51 | | : "r"(b) [INFO] [stdout] 52 | | : "cc", "memory"); [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:996:3 [INFO] [stdout] | [INFO] [stdout] 996 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:1859:3 [INFO] [stdout] | [INFO] [stdout] 1859 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:2331:3 [INFO] [stdout] | [INFO] [stdout] 2331 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:2346:3 [INFO] [stdout] | [INFO] [stdout] 2346 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:2362:3 [INFO] [stdout] | [INFO] [stdout] 2362 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:2378:3 [INFO] [stdout] | [INFO] [stdout] 2378 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:2413:3 [INFO] [stdout] | [INFO] [stdout] 2413 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse.rs:2428:3 [INFO] [stdout] | [INFO] [stdout] 2428 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:415:3 [INFO] [stdout] | [INFO] [stdout] 415 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:482:3 [INFO] [stdout] | [INFO] [stdout] 482 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:494:3 [INFO] [stdout] | [INFO] [stdout] 494 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:506:3 [INFO] [stdout] | [INFO] [stdout] 506 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:530:3 [INFO] [stdout] | [INFO] [stdout] 530 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:554:3 [INFO] [stdout] | [INFO] [stdout] 554 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:579:3 [INFO] [stdout] | [INFO] [stdout] 579 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:604:3 [INFO] [stdout] | [INFO] [stdout] 604 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:628:3 [INFO] [stdout] | [INFO] [stdout] 628 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:696:3 [INFO] [stdout] | [INFO] [stdout] 696 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:721:3 [INFO] [stdout] | [INFO] [stdout] 721 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:746:3 [INFO] [stdout] | [INFO] [stdout] 746 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:1375:3 [INFO] [stdout] | [INFO] [stdout] 1375 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:1387:3 [INFO] [stdout] | [INFO] [stdout] 1387 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:1410:3 [INFO] [stdout] | [INFO] [stdout] 1410 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:1477:3 [INFO] [stdout] | [INFO] [stdout] 1477 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:1537:3 [INFO] [stdout] | [INFO] [stdout] 1537 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse2.rs:2762:3 [INFO] [stdout] | [INFO] [stdout] 2762 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/ssse3.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/ssse3.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 343 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 81 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:128:3 [INFO] [stdout] | [INFO] [stdout] 128 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:198:3 [INFO] [stdout] | [INFO] [stdout] 198 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:232:3 [INFO] [stdout] | [INFO] [stdout] 232 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:250:3 [INFO] [stdout] | [INFO] [stdout] 250 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:263:3 [INFO] [stdout] | [INFO] [stdout] 263 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:560:3 [INFO] [stdout] | [INFO] [stdout] 560 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:583:3 [INFO] [stdout] | [INFO] [stdout] 583 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:740:3 [INFO] [stdout] | [INFO] [stdout] 740 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:785:3 [INFO] [stdout] | [INFO] [stdout] 785 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:832:3 [INFO] [stdout] | [INFO] [stdout] 832 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:879:3 [INFO] [stdout] | [INFO] [stdout] 879 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse41.rs:983:3 [INFO] [stdout] | [INFO] [stdout] 983 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:282:3 [INFO] [stdout] | [INFO] [stdout] 282 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:303:3 [INFO] [stdout] | [INFO] [stdout] 303 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:324:3 [INFO] [stdout] | [INFO] [stdout] 324 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:345:3 [INFO] [stdout] | [INFO] [stdout] 345 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:365:3 [INFO] [stdout] | [INFO] [stdout] 365 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:386:3 [INFO] [stdout] | [INFO] [stdout] 386 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:406:3 [INFO] [stdout] | [INFO] [stdout] 406 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:501:3 [INFO] [stdout] | [INFO] [stdout] 501 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:522:3 [INFO] [stdout] | [INFO] [stdout] 522 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:543:3 [INFO] [stdout] | [INFO] [stdout] 543 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:564:3 [INFO] [stdout] | [INFO] [stdout] 564 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:585:3 [INFO] [stdout] | [INFO] [stdout] 585 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sse42.rs:607:3 [INFO] [stdout] | [INFO] [stdout] 607 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:163:3 [INFO] [stdout] | [INFO] [stdout] 163 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:409:3 [INFO] [stdout] | [INFO] [stdout] 409 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:460:3 [INFO] [stdout] | [INFO] [stdout] 460 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:529:3 [INFO] [stdout] | [INFO] [stdout] 529 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:575:3 [INFO] [stdout] | [INFO] [stdout] 575 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:664:3 [INFO] [stdout] | [INFO] [stdout] 664 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:867:3 [INFO] [stdout] | [INFO] [stdout] 867 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:886:3 [INFO] [stdout] | [INFO] [stdout] 886 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:905:3 [INFO] [stdout] | [INFO] [stdout] 905 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:924:3 [INFO] [stdout] | [INFO] [stdout] 924 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:945:3 [INFO] [stdout] | [INFO] [stdout] 945 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:966:3 [INFO] [stdout] | [INFO] [stdout] 966 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1083:3 [INFO] [stdout] | [INFO] [stdout] 1083 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1102:3 [INFO] [stdout] | [INFO] [stdout] 1102 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1120:3 [INFO] [stdout] | [INFO] [stdout] 1120 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1185:3 [INFO] [stdout] | [INFO] [stdout] 1185 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1243:3 [INFO] [stdout] | [INFO] [stdout] 1243 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1321:3 [INFO] [stdout] | [INFO] [stdout] 1321 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1367:3 [INFO] [stdout] | [INFO] [stdout] 1367 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1397:3 [INFO] [stdout] | [INFO] [stdout] 1397 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1415:3 [INFO] [stdout] | [INFO] [stdout] 1415 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1433:3 [INFO] [stdout] | [INFO] [stdout] 1433 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1521:3 [INFO] [stdout] | [INFO] [stdout] 1521 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1542:3 [INFO] [stdout] | [INFO] [stdout] 1542 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1561:3 [INFO] [stdout] | [INFO] [stdout] 1561 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1579:3 [INFO] [stdout] | [INFO] [stdout] 1579 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1592:3 [INFO] [stdout] | [INFO] [stdout] 1592 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx.rs:1605:3 [INFO] [stdout] | [INFO] [stdout] 1605 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:367:3 [INFO] [stdout] | [INFO] [stdout] 367 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:468:3 [INFO] [stdout] | [INFO] [stdout] 468 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1004:3 [INFO] [stdout] | [INFO] [stdout] 1004 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1092:3 [INFO] [stdout] | [INFO] [stdout] 1092 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1117:3 [INFO] [stdout] | [INFO] [stdout] 1117 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1147:3 [INFO] [stdout] | [INFO] [stdout] 1147 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1172:3 [INFO] [stdout] | [INFO] [stdout] 1172 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1202:3 [INFO] [stdout] | [INFO] [stdout] 1202 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1226:3 [INFO] [stdout] | [INFO] [stdout] 1226 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1253:3 [INFO] [stdout] | [INFO] [stdout] 1253 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1277:3 [INFO] [stdout] | [INFO] [stdout] 1277 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1304:3 [INFO] [stdout] | [INFO] [stdout] 1304 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1329:3 [INFO] [stdout] | [INFO] [stdout] 1329 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1359:3 [INFO] [stdout] | [INFO] [stdout] 1359 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1384:3 [INFO] [stdout] | [INFO] [stdout] 1384 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1414:3 [INFO] [stdout] | [INFO] [stdout] 1414 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1438:3 [INFO] [stdout] | [INFO] [stdout] 1438 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1465:3 [INFO] [stdout] | [INFO] [stdout] 1465 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1489:3 [INFO] [stdout] | [INFO] [stdout] 1489 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1516:3 [INFO] [stdout] | [INFO] [stdout] 1516 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1541:3 [INFO] [stdout] | [INFO] [stdout] 1541 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1571:3 [INFO] [stdout] | [INFO] [stdout] 1571 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1596:3 [INFO] [stdout] | [INFO] [stdout] 1596 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1626:3 [INFO] [stdout] | [INFO] [stdout] 1626 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1650:3 [INFO] [stdout] | [INFO] [stdout] 1650 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1677:3 [INFO] [stdout] | [INFO] [stdout] 1677 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1701:3 [INFO] [stdout] | [INFO] [stdout] 1701 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1728:3 [INFO] [stdout] | [INFO] [stdout] 1728 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1753:3 [INFO] [stdout] | [INFO] [stdout] 1753 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1783:3 [INFO] [stdout] | [INFO] [stdout] 1783 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1808:3 [INFO] [stdout] | [INFO] [stdout] 1808 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1838:3 [INFO] [stdout] | [INFO] [stdout] 1838 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1862:3 [INFO] [stdout] | [INFO] [stdout] 1862 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1889:3 [INFO] [stdout] | [INFO] [stdout] 1889 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1913:3 [INFO] [stdout] | [INFO] [stdout] 1913 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:1942:3 [INFO] [stdout] | [INFO] [stdout] 1942 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2253:3 [INFO] [stdout] | [INFO] [stdout] 2253 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2441:3 [INFO] [stdout] | [INFO] [stdout] 2441 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2497:3 [INFO] [stdout] | [INFO] [stdout] 2497 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2517:3 [INFO] [stdout] | [INFO] [stdout] 2517 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2663:3 [INFO] [stdout] | [INFO] [stdout] 2663 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2741:3 [INFO] [stdout] | [INFO] [stdout] 2741 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2802:3 [INFO] [stdout] | [INFO] [stdout] 2802 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2972:3 [INFO] [stdout] | [INFO] [stdout] 2972 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:2990:3 [INFO] [stdout] | [INFO] [stdout] 2990 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:3132:3 [INFO] [stdout] | [INFO] [stdout] 3132 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:3150:3 [INFO] [stdout] | [INFO] [stdout] 3150 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:3747:3 [INFO] [stdout] | [INFO] [stdout] 3747 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:3763:3 [INFO] [stdout] | [INFO] [stdout] 3763 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/avx2.rs:3776:3 [INFO] [stdout] | [INFO] [stdout] 3776 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/pclmulqdq.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/aes.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86/sha.rs:76:3 [INFO] [stdout] | [INFO] [stdout] 76 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86_64/sse41.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86_64/sse41.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86_64/avx.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler [INFO] [stdout] --> src/x86_64/avx2.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:996:3 [INFO] [stdout] | [INFO] [stdout] 996 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:1859:3 [INFO] [stdout] | [INFO] [stdout] 1859 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:2331:3 [INFO] [stdout] | [INFO] [stdout] 2331 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:2346:3 [INFO] [stdout] | [INFO] [stdout] 2346 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:2362:3 [INFO] [stdout] | [INFO] [stdout] 2362 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:2378:3 [INFO] [stdout] | [INFO] [stdout] 2378 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:2413:3 [INFO] [stdout] | [INFO] [stdout] 2413 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse.rs:2428:3 [INFO] [stdout] | [INFO] [stdout] 2428 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:415:3 [INFO] [stdout] | [INFO] [stdout] 415 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:482:3 [INFO] [stdout] | [INFO] [stdout] 482 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:494:3 [INFO] [stdout] | [INFO] [stdout] 494 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:506:3 [INFO] [stdout] | [INFO] [stdout] 506 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:530:3 [INFO] [stdout] | [INFO] [stdout] 530 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:554:3 [INFO] [stdout] | [INFO] [stdout] 554 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:579:3 [INFO] [stdout] | [INFO] [stdout] 579 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:604:3 [INFO] [stdout] | [INFO] [stdout] 604 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:628:3 [INFO] [stdout] | [INFO] [stdout] 628 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:696:3 [INFO] [stdout] | [INFO] [stdout] 696 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:721:3 [INFO] [stdout] | [INFO] [stdout] 721 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:746:3 [INFO] [stdout] | [INFO] [stdout] 746 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1375:3 [INFO] [stdout] | [INFO] [stdout] 1375 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1387:3 [INFO] [stdout] | [INFO] [stdout] 1387 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1410:3 [INFO] [stdout] | [INFO] [stdout] 1410 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1477:3 [INFO] [stdout] | [INFO] [stdout] 1477 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:1537:3 [INFO] [stdout] | [INFO] [stdout] 1537 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse2.rs:2762:3 [INFO] [stdout] | [INFO] [stdout] 2762 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/ssse3.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 343 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 81 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:128:3 [INFO] [stdout] | [INFO] [stdout] 128 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:198:3 [INFO] [stdout] | [INFO] [stdout] 198 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:232:3 [INFO] [stdout] | [INFO] [stdout] 232 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:250:3 [INFO] [stdout] | [INFO] [stdout] 250 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:263:3 [INFO] [stdout] | [INFO] [stdout] 263 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:560:3 [INFO] [stdout] | [INFO] [stdout] 560 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:583:3 [INFO] [stdout] | [INFO] [stdout] 583 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:740:3 [INFO] [stdout] | [INFO] [stdout] 740 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:785:3 [INFO] [stdout] | [INFO] [stdout] 785 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:832:3 [INFO] [stdout] | [INFO] [stdout] 832 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:879:3 [INFO] [stdout] | [INFO] [stdout] 879 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse41.rs:983:3 [INFO] [stdout] | [INFO] [stdout] 983 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:282:3 [INFO] [stdout] | [INFO] [stdout] 282 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:303:3 [INFO] [stdout] | [INFO] [stdout] 303 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:324:3 [INFO] [stdout] | [INFO] [stdout] 324 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:345:3 [INFO] [stdout] | [INFO] [stdout] 345 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:365:3 [INFO] [stdout] | [INFO] [stdout] 365 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:386:3 [INFO] [stdout] | [INFO] [stdout] 386 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:406:3 [INFO] [stdout] | [INFO] [stdout] 406 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:501:3 [INFO] [stdout] | [INFO] [stdout] 501 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:522:3 [INFO] [stdout] | [INFO] [stdout] 522 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:543:3 [INFO] [stdout] | [INFO] [stdout] 543 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:564:3 [INFO] [stdout] | [INFO] [stdout] 564 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:585:3 [INFO] [stdout] | [INFO] [stdout] 585 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sse42.rs:607:3 [INFO] [stdout] | [INFO] [stdout] 607 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:163:3 [INFO] [stdout] | [INFO] [stdout] 163 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:409:3 [INFO] [stdout] | [INFO] [stdout] 409 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:460:3 [INFO] [stdout] | [INFO] [stdout] 460 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:529:3 [INFO] [stdout] | [INFO] [stdout] 529 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:575:3 [INFO] [stdout] | [INFO] [stdout] 575 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:664:3 [INFO] [stdout] | [INFO] [stdout] 664 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:867:3 [INFO] [stdout] | [INFO] [stdout] 867 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:886:3 [INFO] [stdout] | [INFO] [stdout] 886 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:905:3 [INFO] [stdout] | [INFO] [stdout] 905 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:924:3 [INFO] [stdout] | [INFO] [stdout] 924 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:945:3 [INFO] [stdout] | [INFO] [stdout] 945 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:966:3 [INFO] [stdout] | [INFO] [stdout] 966 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1083:3 [INFO] [stdout] | [INFO] [stdout] 1083 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1102:3 [INFO] [stdout] | [INFO] [stdout] 1102 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1120:3 [INFO] [stdout] | [INFO] [stdout] 1120 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1185:3 [INFO] [stdout] | [INFO] [stdout] 1185 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1243:3 [INFO] [stdout] | [INFO] [stdout] 1243 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1321:3 [INFO] [stdout] | [INFO] [stdout] 1321 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1367:3 [INFO] [stdout] | [INFO] [stdout] 1367 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1397:3 [INFO] [stdout] | [INFO] [stdout] 1397 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1415:3 [INFO] [stdout] | [INFO] [stdout] 1415 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1433:3 [INFO] [stdout] | [INFO] [stdout] 1433 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1521:3 [INFO] [stdout] | [INFO] [stdout] 1521 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1542:3 [INFO] [stdout] | [INFO] [stdout] 1542 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1561:3 [INFO] [stdout] | [INFO] [stdout] 1561 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1579:3 [INFO] [stdout] | [INFO] [stdout] 1579 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1592:3 [INFO] [stdout] | [INFO] [stdout] 1592 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx.rs:1605:3 [INFO] [stdout] | [INFO] [stdout] 1605 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:367:3 [INFO] [stdout] | [INFO] [stdout] 367 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:468:3 [INFO] [stdout] | [INFO] [stdout] 468 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1004:3 [INFO] [stdout] | [INFO] [stdout] 1004 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1092:3 [INFO] [stdout] | [INFO] [stdout] 1092 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1117:3 [INFO] [stdout] | [INFO] [stdout] 1117 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1147:3 [INFO] [stdout] | [INFO] [stdout] 1147 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1172:3 [INFO] [stdout] | [INFO] [stdout] 1172 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1202:3 [INFO] [stdout] | [INFO] [stdout] 1202 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1226:3 [INFO] [stdout] | [INFO] [stdout] 1226 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1253:3 [INFO] [stdout] | [INFO] [stdout] 1253 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1277:3 [INFO] [stdout] | [INFO] [stdout] 1277 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1304:3 [INFO] [stdout] | [INFO] [stdout] 1304 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1329:3 [INFO] [stdout] | [INFO] [stdout] 1329 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1359:3 [INFO] [stdout] | [INFO] [stdout] 1359 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1384:3 [INFO] [stdout] | [INFO] [stdout] 1384 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1414:3 [INFO] [stdout] | [INFO] [stdout] 1414 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1438:3 [INFO] [stdout] | [INFO] [stdout] 1438 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1465:3 [INFO] [stdout] | [INFO] [stdout] 1465 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1489:3 [INFO] [stdout] | [INFO] [stdout] 1489 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1516:3 [INFO] [stdout] | [INFO] [stdout] 1516 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1541:3 [INFO] [stdout] | [INFO] [stdout] 1541 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1571:3 [INFO] [stdout] | [INFO] [stdout] 1571 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1596:3 [INFO] [stdout] | [INFO] [stdout] 1596 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1626:3 [INFO] [stdout] | [INFO] [stdout] 1626 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1650:3 [INFO] [stdout] | [INFO] [stdout] 1650 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1677:3 [INFO] [stdout] | [INFO] [stdout] 1677 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1701:3 [INFO] [stdout] | [INFO] [stdout] 1701 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1728:3 [INFO] [stdout] | [INFO] [stdout] 1728 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1753:3 [INFO] [stdout] | [INFO] [stdout] 1753 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1783:3 [INFO] [stdout] | [INFO] [stdout] 1783 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1808:3 [INFO] [stdout] | [INFO] [stdout] 1808 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1838:3 [INFO] [stdout] | [INFO] [stdout] 1838 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1862:3 [INFO] [stdout] | [INFO] [stdout] 1862 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1889:3 [INFO] [stdout] | [INFO] [stdout] 1889 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1913:3 [INFO] [stdout] | [INFO] [stdout] 1913 | #[rustc_args_required_const(4)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:1942:3 [INFO] [stdout] | [INFO] [stdout] 1942 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2253:3 [INFO] [stdout] | [INFO] [stdout] 2253 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2441:3 [INFO] [stdout] | [INFO] [stdout] 2441 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2497:3 [INFO] [stdout] | [INFO] [stdout] 2497 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2517:3 [INFO] [stdout] | [INFO] [stdout] 2517 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2663:3 [INFO] [stdout] | [INFO] [stdout] 2663 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2741:3 [INFO] [stdout] | [INFO] [stdout] 2741 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2802:3 [INFO] [stdout] | [INFO] [stdout] 2802 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2972:3 [INFO] [stdout] | [INFO] [stdout] 2972 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:2990:3 [INFO] [stdout] | [INFO] [stdout] 2990 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:3132:3 [INFO] [stdout] | [INFO] [stdout] 3132 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:3150:3 [INFO] [stdout] | [INFO] [stdout] 3150 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:3747:3 [INFO] [stdout] | [INFO] [stdout] 3747 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:3763:3 [INFO] [stdout] | [INFO] [stdout] 3763 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/avx2.rs:3776:3 [INFO] [stdout] | [INFO] [stdout] 3776 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/pclmulqdq.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/aes.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86/sha.rs:76:3 [INFO] [stdout] | [INFO] [stdout] 76 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86_64/sse41.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86_64/sse41.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86_64/avx.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[rustc_args_required_const(2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `rustc_args_required_const` in this scope [INFO] [stdout] --> src/x86_64/avx2.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[rustc_args_required_const(1)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: custom inner attributes are unstable [INFO] [stdout] --> src/simd.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | #![rustfmt::skip] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(soft_unstable)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:38:35 [INFO] [stdout] | [INFO] [stdout] 38 | pub const _MM_FROUND_FLOOR: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_NEG_INF); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | pub const _MM_FROUND_CEIL: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_POS_INF); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | pub const _MM_FROUND_TRUNC: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_ZERO); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:48:34 [INFO] [stdout] | [INFO] [stdout] 48 | pub const _MM_FROUND_RINT: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_CUR_DIRECTION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:51:39 [INFO] [stdout] | [INFO] [stdout] 51 | pub const _MM_FROUND_NEARBYINT: i32 = (_MM_FROUND_NO_EXC | _MM_FROUND_CUR_DIRECTION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `include` [INFO] [stdout] --> src/lib.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | #![doc(include = "core_arch_docs.md")] [INFO] [stdout] | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-- help: use `doc = include_str!` instead: `#![doc = include_str!("core_arch_docs.md")]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> src/x86/mod.rs:355:41 [INFO] [stdout] | [INFO] [stdout] 355 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> src/x86/mod.rs:408:41 [INFO] [stdout] | [INFO] [stdout] 408 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> src/x86/mod.rs:461:41 [INFO] [stdout] | [INFO] [stdout] 461 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `include` [INFO] [stdout] --> src/mod.rs:15:32 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(core_arch_docs, doc(include = "core_arch_docs.md"))] [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: use `doc = include_str!` instead: `#[doc = include_str!("core_arch_docs.md")]` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2044:18 [INFO] [stdout] | [INFO] [stdout] 2044 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2053:18 [INFO] [stdout] | [INFO] [stdout] 2053 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2062:18 [INFO] [stdout] | [INFO] [stdout] 2062 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2071:18 [INFO] [stdout] | [INFO] [stdout] 2071 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2080:18 [INFO] [stdout] | [INFO] [stdout] 2080 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2089:18 [INFO] [stdout] | [INFO] [stdout] 2089 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2098:18 [INFO] [stdout] | [INFO] [stdout] 2098 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2107:18 [INFO] [stdout] | [INFO] [stdout] 2107 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2116:18 [INFO] [stdout] | [INFO] [stdout] 2116 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2126:18 [INFO] [stdout] | [INFO] [stdout] 2126 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2136:18 [INFO] [stdout] | [INFO] [stdout] 2136 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2146:18 [INFO] [stdout] | [INFO] [stdout] 2146 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2156:18 [INFO] [stdout] | [INFO] [stdout] 2156 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2166:18 [INFO] [stdout] | [INFO] [stdout] 2166 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2176:18 [INFO] [stdout] | [INFO] [stdout] 2176 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2186:18 [INFO] [stdout] | [INFO] [stdout] 2186 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2197:18 [INFO] [stdout] | [INFO] [stdout] 2197 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2208:18 [INFO] [stdout] | [INFO] [stdout] 2208 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2219:18 [INFO] [stdout] | [INFO] [stdout] 2219 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2230:18 [INFO] [stdout] | [INFO] [stdout] 2230 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2238:18 [INFO] [stdout] | [INFO] [stdout] 2238 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2249:18 [INFO] [stdout] | [INFO] [stdout] 2249 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2259:18 [INFO] [stdout] | [INFO] [stdout] 2259 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2274:18 [INFO] [stdout] | [INFO] [stdout] 2274 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2289:18 [INFO] [stdout] | [INFO] [stdout] 2289 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2306:18 [INFO] [stdout] | [INFO] [stdout] 2306 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2320:18 [INFO] [stdout] | [INFO] [stdout] 2320 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2392:18 [INFO] [stdout] | [INFO] [stdout] 2392 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2402:18 [INFO] [stdout] | [INFO] [stdout] 2402 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2441:18 [INFO] [stdout] | [INFO] [stdout] 2441 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2450:18 [INFO] [stdout] | [INFO] [stdout] 2450 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2459:18 [INFO] [stdout] | [INFO] [stdout] 2459 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2468:18 [INFO] [stdout] | [INFO] [stdout] 2468 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2477:18 [INFO] [stdout] | [INFO] [stdout] 2477 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2490:18 [INFO] [stdout] | [INFO] [stdout] 2490 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2329:18 [INFO] [stdout] | [INFO] [stdout] 2329 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2344:18 [INFO] [stdout] | [INFO] [stdout] 2344 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2360:18 [INFO] [stdout] | [INFO] [stdout] 2360 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2376:18 [INFO] [stdout] | [INFO] [stdout] 2376 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2411:18 [INFO] [stdout] | [INFO] [stdout] 2411 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse.rs:2426:18 [INFO] [stdout] | [INFO] [stdout] 2426 | #[target_feature(enable = "sse,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2908:18 [INFO] [stdout] | [INFO] [stdout] 2908 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2918:18 [INFO] [stdout] | [INFO] [stdout] 2918 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2927:18 [INFO] [stdout] | [INFO] [stdout] 2927 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2937:18 [INFO] [stdout] | [INFO] [stdout] 2937 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2946:18 [INFO] [stdout] | [INFO] [stdout] 2946 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2955:18 [INFO] [stdout] | [INFO] [stdout] 2955 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2964:18 [INFO] [stdout] | [INFO] [stdout] 2964 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2973:18 [INFO] [stdout] | [INFO] [stdout] 2973 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2983:18 [INFO] [stdout] | [INFO] [stdout] 2983 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:2994:18 [INFO] [stdout] | [INFO] [stdout] 2994 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/sse2.rs:3006:18 [INFO] [stdout] | [INFO] [stdout] 3006 | #[target_feature(enable = "sse2,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:305:18 [INFO] [stdout] | [INFO] [stdout] 305 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:314:18 [INFO] [stdout] | [INFO] [stdout] 314 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:323:18 [INFO] [stdout] | [INFO] [stdout] 323 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:332:18 [INFO] [stdout] | [INFO] [stdout] 332 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:356:18 [INFO] [stdout] | [INFO] [stdout] 356 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:365:18 [INFO] [stdout] | [INFO] [stdout] 365 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:375:18 [INFO] [stdout] | [INFO] [stdout] 375 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:384:18 [INFO] [stdout] | [INFO] [stdout] 384 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:393:18 [INFO] [stdout] | [INFO] [stdout] 393 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:404:18 [INFO] [stdout] | [INFO] [stdout] 404 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:416:18 [INFO] [stdout] | [INFO] [stdout] 416 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:426:18 [INFO] [stdout] | [INFO] [stdout] 426 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:437:18 [INFO] [stdout] | [INFO] [stdout] 437 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:448:18 [INFO] [stdout] | [INFO] [stdout] 448 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:459:18 [INFO] [stdout] | [INFO] [stdout] 459 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/ssse3.rs:341:18 [INFO] [stdout] | [INFO] [stdout] 341 | #[target_feature(enable = "ssse3,mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:39:18 [INFO] [stdout] | [INFO] [stdout] 39 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:63:18 [INFO] [stdout] | [INFO] [stdout] 63 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:71:18 [INFO] [stdout] | [INFO] [stdout] 71 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 87 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:95:18 [INFO] [stdout] | [INFO] [stdout] 95 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:103:18 [INFO] [stdout] | [INFO] [stdout] 103 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:111:18 [INFO] [stdout] | [INFO] [stdout] 111 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:119:18 [INFO] [stdout] | [INFO] [stdout] 119 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:127:18 [INFO] [stdout] | [INFO] [stdout] 127 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:135:18 [INFO] [stdout] | [INFO] [stdout] 135 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:151:18 [INFO] [stdout] | [INFO] [stdout] 151 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:167:18 [INFO] [stdout] | [INFO] [stdout] 167 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:175:18 [INFO] [stdout] | [INFO] [stdout] 175 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:183:18 [INFO] [stdout] | [INFO] [stdout] 183 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 192 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:210:18 [INFO] [stdout] | [INFO] [stdout] 210 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:219:18 [INFO] [stdout] | [INFO] [stdout] 219 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:228:18 [INFO] [stdout] | [INFO] [stdout] 228 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 237 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:246:18 [INFO] [stdout] | [INFO] [stdout] 246 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:255:18 [INFO] [stdout] | [INFO] [stdout] 255 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:267:18 [INFO] [stdout] | [INFO] [stdout] 267 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:279:18 [INFO] [stdout] | [INFO] [stdout] 279 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:288:18 [INFO] [stdout] | [INFO] [stdout] 288 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:297:18 [INFO] [stdout] | [INFO] [stdout] 297 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:306:18 [INFO] [stdout] | [INFO] [stdout] 306 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:315:18 [INFO] [stdout] | [INFO] [stdout] 315 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:324:18 [INFO] [stdout] | [INFO] [stdout] 324 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:333:18 [INFO] [stdout] | [INFO] [stdout] 333 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:342:18 [INFO] [stdout] | [INFO] [stdout] 342 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:351:18 [INFO] [stdout] | [INFO] [stdout] 351 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:360:18 [INFO] [stdout] | [INFO] [stdout] 360 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:368:18 [INFO] [stdout] | [INFO] [stdout] 368 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:375:18 [INFO] [stdout] | [INFO] [stdout] 375 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:382:18 [INFO] [stdout] | [INFO] [stdout] 382 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:389:18 [INFO] [stdout] | [INFO] [stdout] 389 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:396:18 [INFO] [stdout] | [INFO] [stdout] 396 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:403:18 [INFO] [stdout] | [INFO] [stdout] 403 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:411:18 [INFO] [stdout] | [INFO] [stdout] 411 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:419:18 [INFO] [stdout] | [INFO] [stdout] 419 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:426:18 [INFO] [stdout] | [INFO] [stdout] 426 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:444:18 [INFO] [stdout] | [INFO] [stdout] 444 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:454:18 [INFO] [stdout] | [INFO] [stdout] 454 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:463:18 [INFO] [stdout] | [INFO] [stdout] 463 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature named `mmx` is not valid for this target [INFO] [stdout] --> src/x86/mmx.rs:470:18 [INFO] [stdout] | [INFO] [stdout] 470 | #[target_feature(enable = "mmx")] [INFO] [stdout] | ^^^^^^^^^^^^^^ `mmx` is not valid for this target [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 431 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0545, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0545`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a0c07da3fe354f86f3b2d6128c77ca5646c60f5a8b910a9cff693050a7ecc0f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0c07da3fe354f86f3b2d6128c77ca5646c60f5a8b910a9cff693050a7ecc0f7", kill_on_drop: false }` [INFO] [stdout] a0c07da3fe354f86f3b2d6128c77ca5646c60f5a8b910a9cff693050a7ecc0f7