slender-math 0.1.1

Lightweight math library for game development
Documentation
Build #1840824 2025-03-08 08:17:31

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.87.0-nightly (f5a1ef712 2025-03-07)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/slender-math-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/slender-math-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250307-1.87.0-nightly-f5a1ef712\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] fcc6eddb43bd01158aecbd8758da0620439a13c7319d3001a164fc5cd7d9b9c0
[INFO] running `Command { std: "docker" "start" "-a" "fcc6eddb43bd01158aecbd8758da0620439a13c7319d3001a164fc5cd7d9b9c0", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting slender-math v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `std::simd::Which`
[INFO] [stderr]   --> src/lib.rs:15:16
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::simd::Which::*;
[INFO] [stderr]    |                ^^^^^ could not find `Which` in `simd`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1811:40
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1834 |         let tmp0 = unpacklo!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1811:50
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1834 |         let tmp0 = unpacklo!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1811:61
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                                             ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1834 |         let tmp0 = unpacklo!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1811:71
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                                                       ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1834 |         let tmp0 = unpacklo!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1811:40
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1835 |         let tmp2 = unpacklo!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1811:50
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1835 |         let tmp2 = unpacklo!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1811:61
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                                             ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1835 |         let tmp2 = unpacklo!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1811:71
[INFO] [stderr]      |
[INFO] [stderr] 1811 |                 simd_swizzle!($a, $b, [First(0), Second(0), First(1), Second(1)])
[INFO] [stderr]      |                                                                       ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1835 |         let tmp2 = unpacklo!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpacklo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1817:40
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1836 |         let tmp1 = unpackhi!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1817:50
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1836 |         let tmp1 = unpackhi!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1817:61
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                                             ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1836 |         let tmp1 = unpackhi!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1817:71
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                                                       ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1836 |         let tmp1 = unpackhi!(c0, c1);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1817:40
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1837 |         let tmp3 = unpackhi!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1817:50
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1837 |         let tmp3 = unpackhi!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1817:61
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                                             ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1837 |         let tmp3 = unpackhi!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1817:71
[INFO] [stderr]      |
[INFO] [stderr] 1817 |                 simd_swizzle!($a, $b, [First(2), Second(2), First(3), Second(3)])
[INFO] [stderr]      |                                                                       ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1837 |         let tmp3 = unpackhi!(c2, c3);
[INFO] [stderr]      |                    ----------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `unpackhi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1823:40
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1838 |         let c0 = movelh!(tmp0, tmp2);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1823:50
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                  ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1838 |         let c0 = movelh!(tmp0, tmp2);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1823:60
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                            ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1838 |         let c0 = movelh!(tmp0, tmp2);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1823:71
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                                       ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1838 |         let c0 = movelh!(tmp0, tmp2);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1829:40
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                        ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1839 |         let c1 = movehl!(tmp2, tmp0);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1829:51
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                                   ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1839 |         let c1 = movehl!(tmp2, tmp0);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1829:62
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                                              ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1839 |         let c1 = movehl!(tmp2, tmp0);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1829:72
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1839 |         let c1 = movehl!(tmp2, tmp0);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1823:40
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1840 |         let c2 = movelh!(tmp1, tmp3);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1823:50
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                  ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1840 |         let c2 = movelh!(tmp1, tmp3);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1823:60
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                            ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1840 |         let c2 = movelh!(tmp1, tmp3);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1823:71
[INFO] [stderr]      |
[INFO] [stderr] 1823 |                 simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                                       ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1840 |         let c2 = movelh!(tmp1, tmp3);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movelh` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1829:40
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                        ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1841 |         let c3 = movehl!(tmp3, tmp1);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1829:51
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                                   ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1841 |         let c3 = movehl!(tmp3, tmp1);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1829:62
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                                              ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1841 |         let c3 = movehl!(tmp3, tmp1);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1829:72
[INFO] [stderr]      |
[INFO] [stderr] 1829 |                 simd_swizzle!($a, $b, [Second(2), Second(3), First(2), First(3)])
[INFO] [stderr]      |                                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1841 |         let c3 = movehl!(tmp3, tmp1);
[INFO] [stderr]      |                  ------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `movehl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:26:32
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1877 |         let t0 = simd_swizzle_0101!(self_c0, self_c1); // 00, 01, 10, 11
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:26:42
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                          ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1877 |         let t0 = simd_swizzle_0101!(self_c0, self_c1); // 00, 01, 10, 11
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:26:52
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                    ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1877 |         let t0 = simd_swizzle_0101!(self_c0, self_c1); // 00, 01, 10, 11
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:26:63
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                               ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1877 |         let t0 = simd_swizzle_0101!(self_c0, self_c1); // 00, 01, 10, 11
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:32:32
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1878 |         let t1 = simd_swizzle_2323!(self_c0, self_c1); // 02, 03, 12, 13
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:32:42
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                          ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1878 |         let t1 = simd_swizzle_2323!(self_c0, self_c1); // 02, 03, 12, 13
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:32:52
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                                    ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1878 |         let t1 = simd_swizzle_2323!(self_c0, self_c1); // 02, 03, 12, 13
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:32:63
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                                               ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1878 |         let t1 = simd_swizzle_2323!(self_c0, self_c1); // 02, 03, 12, 13
[INFO] [stderr]      |                  ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1879:46
[INFO] [stderr]      |
[INFO] [stderr] 1879 |         let c0 = simd_swizzle!(t0, self_c2, [First(0), First(2), Second(0), Second(3)]); // 00, 10, 20, 23(=0)
[INFO] [stderr]      |                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1879:56
[INFO] [stderr]      |
[INFO] [stderr] 1879 |         let c0 = simd_swizzle!(t0, self_c2, [First(0), First(2), Second(0), Second(3)]); // 00, 10, 20, 23(=0)
[INFO] [stderr]      |                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1879:66
[INFO] [stderr]      |
[INFO] [stderr] 1879 |         let c0 = simd_swizzle!(t0, self_c2, [First(0), First(2), Second(0), Second(3)]); // 00, 10, 20, 23(=0)
[INFO] [stderr]      |                                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1879:77
[INFO] [stderr]      |
[INFO] [stderr] 1879 |         let c0 = simd_swizzle!(t0, self_c2, [First(0), First(2), Second(0), Second(3)]); // 00, 10, 20, 23(=0)
[INFO] [stderr]      |                                                                             ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1880:46
[INFO] [stderr]      |
[INFO] [stderr] 1880 |         let c1 = simd_swizzle!(t0, self_c2, [First(1), First(3), Second(1), Second(3)]); // 01, 11, 21, 23(=0)
[INFO] [stderr]      |                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1880:56
[INFO] [stderr]      |
[INFO] [stderr] 1880 |         let c1 = simd_swizzle!(t0, self_c2, [First(1), First(3), Second(1), Second(3)]); // 01, 11, 21, 23(=0)
[INFO] [stderr]      |                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1880:66
[INFO] [stderr]      |
[INFO] [stderr] 1880 |         let c1 = simd_swizzle!(t0, self_c2, [First(1), First(3), Second(1), Second(3)]); // 01, 11, 21, 23(=0)
[INFO] [stderr]      |                                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1880:77
[INFO] [stderr]      |
[INFO] [stderr] 1880 |         let c1 = simd_swizzle!(t0, self_c2, [First(1), First(3), Second(1), Second(3)]); // 01, 11, 21, 23(=0)
[INFO] [stderr]      |                                                                             ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1881:46
[INFO] [stderr]      |
[INFO] [stderr] 1881 |         let c2 = simd_swizzle!(t1, self_c2, [First(0), First(2), Second(2), Second(3)]); // 02, 12, 22, 23(=0)
[INFO] [stderr]      |                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1881:56
[INFO] [stderr]      |
[INFO] [stderr] 1881 |         let c2 = simd_swizzle!(t1, self_c2, [First(0), First(2), Second(2), Second(3)]); // 02, 12, 22, 23(=0)
[INFO] [stderr]      |                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1881:66
[INFO] [stderr]      |
[INFO] [stderr] 1881 |         let c2 = simd_swizzle!(t1, self_c2, [First(0), First(2), Second(2), Second(3)]); // 02, 12, 22, 23(=0)
[INFO] [stderr]      |                                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1881:77
[INFO] [stderr]      |
[INFO] [stderr] 1881 |         let c2 = simd_swizzle!(t1, self_c2, [First(0), First(2), Second(2), Second(3)]); // 02, 12, 22, 23(=0)
[INFO] [stderr]      |                                                                             ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:26:32
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1944 |         let a = simd_swizzle_0101!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:26:42
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                          ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1944 |         let a = simd_swizzle_0101!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:26:52
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                    ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1944 |         let a = simd_swizzle_0101!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:26:63
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                               ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1944 |         let a = simd_swizzle_0101!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:32:32
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1945 |         let b = simd_swizzle_2323!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:32:42
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                          ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1945 |         let b = simd_swizzle_2323!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:32:52
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                                    ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1945 |         let b = simd_swizzle_2323!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:32:63
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                                               ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1945 |         let b = simd_swizzle_2323!(self_c0, self_c1);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:26:32
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1946 |         let c = simd_swizzle_0101!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:26:42
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                          ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1946 |         let c = simd_swizzle_0101!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:26:52
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                    ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1946 |         let c = simd_swizzle_0101!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:26:63
[INFO] [stderr]      |
[INFO] [stderr] 26   |         simd_swizzle!($a, $b, [First(0), First(1), Second(0), Second(1)])
[INFO] [stderr]      |                                                               ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1946 |         let c = simd_swizzle_0101!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_0101` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:32:32
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1947 |         let d = simd_swizzle_2323!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:32:42
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                          ^^^^^ could not resolve path `First`
[INFO] [stderr] ...
[INFO] [stderr] 1947 |         let d = simd_swizzle_2323!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:32:52
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                                    ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1947 |         let d = simd_swizzle_2323!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:32:63
[INFO] [stderr]      |
[INFO] [stderr] 32   |         simd_swizzle!($a, $b, [First(2), First(3), Second(2), Second(3)])
[INFO] [stderr]      |                                                               ^^^^^^ could not resolve path `Second`
[INFO] [stderr] ...
[INFO] [stderr] 1947 |         let d = simd_swizzle_2323!(self_c2, self_c3);
[INFO] [stderr]      |                 ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]      = note: this error originates in the macro `simd_swizzle_2323` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1951:46
[INFO] [stderr]      |
[INFO] [stderr] 1951 |             simd_swizzle!(self_c0, self_c2, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1951:56
[INFO] [stderr]      |
[INFO] [stderr] 1951 |             simd_swizzle!(self_c0, self_c2, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1951:66
[INFO] [stderr]      |
[INFO] [stderr] 1951 |             simd_swizzle!(self_c0, self_c2, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1951:77
[INFO] [stderr]      |
[INFO] [stderr] 1951 |             simd_swizzle!(self_c0, self_c2, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                                             ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1952:52
[INFO] [stderr]      |
[INFO] [stderr] 1952 |                 * simd_swizzle!(self_c1, self_c3, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                    ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1952:62
[INFO] [stderr]      |
[INFO] [stderr] 1952 |                 * simd_swizzle!(self_c1, self_c3, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1952:72
[INFO] [stderr]      |
[INFO] [stderr] 1952 |                 * simd_swizzle!(self_c1, self_c3, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                                        ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1952:83
[INFO] [stderr]      |
[INFO] [stderr] 1952 |                 * simd_swizzle!(self_c1, self_c3, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                                                   ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1954:46
[INFO] [stderr]      |
[INFO] [stderr] 1954 |             simd_swizzle!(self_c0, self_c2, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1954:56
[INFO] [stderr]      |
[INFO] [stderr] 1954 |             simd_swizzle!(self_c0, self_c2, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                        ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1954:66
[INFO] [stderr]      |
[INFO] [stderr] 1954 |             simd_swizzle!(self_c0, self_c2, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                                  ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1954:77
[INFO] [stderr]      |
[INFO] [stderr] 1954 |             simd_swizzle!(self_c0, self_c2, [First(1), First(3), Second(1), Second(3)])
[INFO] [stderr]      |                                                                             ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1955:52
[INFO] [stderr]      |
[INFO] [stderr] 1955 |                 * simd_swizzle!(self_c1, self_c3, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                    ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:1955:62
[INFO] [stderr]      |
[INFO] [stderr] 1955 |                 * simd_swizzle!(self_c1, self_c3, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                              ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1955:72
[INFO] [stderr]      |
[INFO] [stderr] 1955 |                 * simd_swizzle!(self_c1, self_c3, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                                        ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:1955:83
[INFO] [stderr]      |
[INFO] [stderr] 1955 |                 * simd_swizzle!(self_c1, self_c3, [First(0), First(2), Second(0), Second(2)])
[INFO] [stderr]      |                                                                                   ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2001:39
[INFO] [stderr]      |
[INFO] [stderr] 2001 |         let c0 = simd_swizzle!(x, y, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                       ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2001:49
[INFO] [stderr]      |
[INFO] [stderr] 2001 |         let c0 = simd_swizzle!(x, y, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                                 ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2001:59
[INFO] [stderr]      |
[INFO] [stderr] 2001 |         let c0 = simd_swizzle!(x, y, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                                           ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2001:70
[INFO] [stderr]      |
[INFO] [stderr] 2001 |         let c0 = simd_swizzle!(x, y, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                                                      ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2002:39
[INFO] [stderr]      |
[INFO] [stderr] 2002 |         let c1 = simd_swizzle!(x, y, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                       ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2002:49
[INFO] [stderr]      |
[INFO] [stderr] 2002 |         let c1 = simd_swizzle!(x, y, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                                 ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2002:59
[INFO] [stderr]      |
[INFO] [stderr] 2002 |         let c1 = simd_swizzle!(x, y, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                                           ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2002:70
[INFO] [stderr]      |
[INFO] [stderr] 2002 |         let c1 = simd_swizzle!(x, y, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                                                      ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2003:39
[INFO] [stderr]      |
[INFO] [stderr] 2003 |         let c2 = simd_swizzle!(z, w, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                       ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2003:49
[INFO] [stderr]      |
[INFO] [stderr] 2003 |         let c2 = simd_swizzle!(z, w, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                                 ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2003:59
[INFO] [stderr]      |
[INFO] [stderr] 2003 |         let c2 = simd_swizzle!(z, w, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                                           ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2003:70
[INFO] [stderr]      |
[INFO] [stderr] 2003 |         let c2 = simd_swizzle!(z, w, [First(3), First(1), Second(3), Second(1)]);
[INFO] [stderr]      |                                                                      ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2004:39
[INFO] [stderr]      |
[INFO] [stderr] 2004 |         let c3 = simd_swizzle!(z, w, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                       ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `First`
[INFO] [stderr]     --> src/lib.rs:2004:49
[INFO] [stderr]      |
[INFO] [stderr] 2004 |         let c3 = simd_swizzle!(z, w, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                                 ^^^^^ could not resolve path `First`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2004:59
[INFO] [stderr]      |
[INFO] [stderr] 2004 |         let c3 = simd_swizzle!(z, w, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                                           ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Second`
[INFO] [stderr]     --> src/lib.rs:2004:70
[INFO] [stderr]      |
[INFO] [stderr] 2004 |         let c3 = simd_swizzle!(z, w, [First(2), First(0), Second(2), Second(0)]);
[INFO] [stderr]      |                                                                      ^^^^^^ could not resolve path `Second`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr]      = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `slender-math`
[INFO] running `Command { std: "docker" "inspect" "fcc6eddb43bd01158aecbd8758da0620439a13c7319d3001a164fc5cd7d9b9c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcc6eddb43bd01158aecbd8758da0620439a13c7319d3001a164fc5cd7d9b9c0", kill_on_drop: false }`
[INFO] [stdout] fcc6eddb43bd01158aecbd8758da0620439a13c7319d3001a164fc5cd7d9b9c0