[INFO] fetching crate xvmath 0.1.4...
[INFO] testing xvmath-0.1.4 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate xvmath 0.1.4 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking crates.io crate xvmath 0.1.4
[INFO] finished tweaking crates.io crate xvmath 0.1.4
[INFO] tweaked toml for crates.io crate xvmath 0.1.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate xvmath 0.1.4 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate xvmath 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded paste-impl v0.1.18
[INFO] [stderr]   Downloaded proc-macro-hack v0.5.16
[INFO] [stderr]   Downloaded paste v0.1.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d662a9834819c241b77aa7ec4d72821428c5298f3f7372135fbf3fc9e49e4db
[INFO] running `Command { std: "docker" "start" "-a" "6d662a9834819c241b77aa7ec4d72821428c5298f3f7372135fbf3fc9e49e4db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d662a9834819c241b77aa7ec4d72821428c5298f3f7372135fbf3fc9e49e4db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d662a9834819c241b77aa7ec4d72821428c5298f3f7372135fbf3fc9e49e4db", kill_on_drop: false }`
[INFO] [stdout] 6d662a9834819c241b77aa7ec4d72821428c5298f3f7372135fbf3fc9e49e4db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73d8533c4ef701fadbb5fe183a81b4d465d5d6dd10be8344cabe9e8d25bd5c2f
[INFO] running `Command { std: "docker" "start" "-a" "73d8533c4ef701fadbb5fe183a81b4d465d5d6dd10be8344cabe9e8d25bd5c2f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro-hack v0.5.16
[INFO] [stderr]    Compiling paste-impl v0.1.18
[INFO] [stderr]    Compiling paste v0.1.18
[INFO] [stderr]    Compiling xvmath v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |     #[inline(always)] pub fn ge(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_GE_OQ) }
[INFO] [stdout]     |                                                         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     #[inline(always)] pub fn nge(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_NGE_UQ) }
[INFO] [stdout]     |                                                          ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     #[inline(always)] pub fn gt(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_GT_OQ) }
[INFO] [stdout]     |                                                         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     #[inline(always)] pub fn ngt(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_NGT_UQ) }
[INFO] [stdout]     |                                                          ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |     #[inline(always)] pub fn le(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_LE_OQ) }
[INFO] [stdout]     |                                                         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     #[inline(always)] pub fn nle(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_NLE_UQ) }
[INFO] [stdout]     |                                                          ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     #[inline(always)] pub fn lt(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_LT_OQ) }
[INFO] [stdout]     |                                                         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |     #[inline(always)] pub fn nlt(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_NLT_UQ) }
[INFO] [stdout]     |                                                          ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     #[inline(always)] pub fn eq(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_EQ_UQ) }
[INFO] [stdout]     |                                                         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:32:9
[INFO] [stdout]     |
[INFO] [stdout]  32 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     #[inline(always)] pub fn neq(self, r : vec) -> vec { cmp_ps!(self, r, _CMP_NEQ_UQ) }
[INFO] [stdout]     |                                                          ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `cmp_ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     def_fn!(sqrt { });
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     def_fn!(rsqrt { });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     def_fn!(add { b });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     def_fn!(sub { b });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     def_fn!(mul { b });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     def_fn!(div { b });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     def_fn!(xor { b });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     def_fn!(and { b });
[INFO] [stdout]     |     ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     def_fn!(or { b });
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     def_fn!(andnot { b });
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     def_fn!(movelh { b });
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     def_fn!(movehl { b });
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     def_fn!(unpacklo { b });
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     def_fn!(unpackhi { b });
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     def_fn!(fmadd { b, c });
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |     def_fn!(fmsub { b, c });
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     def_fn!(fnmadd { b, c });
[INFO] [stdout]     |     ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     def_fn!(fnmsub { b, c });
[INFO] [stdout]     |     ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     def_fn!(fmaddsub { b, c });
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:86:17
[INFO] [stdout]     |
[INFO] [stdout]  86 |                 #[target_feature(enable="fma")]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     def_fn!(fmsubadd { b, c });
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `def_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `perm4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     #[target_feature(enable="fma")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]     = note: this error originates in the macro `shuff4` which comes from the expansion of the macro `make_swizz1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on expressions
[INFO] [stdout]    --> src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |         #[target_feature(enable="fma")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     make_swizz1!();
[INFO] [stdout]     |     -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[target_feature]` can only be applied to functions
[WARN] too many lines in the log, truncating it
