[INFO] fetching crate grid-arcium-fork 0.14.1...
[INFO] testing grid-arcium-fork-0.14.1 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate grid-arcium-fork 0.14.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate grid-arcium-fork 0.14.1
[INFO] finished tweaking crates.io crate grid-arcium-fork 0.14.1
[INFO] tweaked toml for crates.io crate grid-arcium-fork 0.14.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate grid-arcium-fork 0.14.1 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate grid-arcium-fork 0.14.1 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6a77e5c370487d374b92edfba3fa7e0447011403533d9c0844ab23069153a32d
[INFO] running `Command { std: "docker" "start" "-a" "6a77e5c370487d374b92edfba3fa7e0447011403533d9c0844ab23069153a32d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a77e5c370487d374b92edfba3fa7e0447011403533d9c0844ab23069153a32d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a77e5c370487d374b92edfba3fa7e0447011403533d9c0844ab23069153a32d", kill_on_drop: false }`
[INFO] [stdout] 6a77e5c370487d374b92edfba3fa7e0447011403533d9c0844ab23069153a32d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19714584552a0357936b41924b62de9e3bc0d0dad554e585e2063019785272c7
[INFO] running `Command { std: "docker" "start" "-a" "19714584552a0357936b41924b62de9e3bc0d0dad554e585e2063019785272c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling grid-arcium-fork v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:670:17
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:686:21
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:711:21
[INFO] [stdout]     |
[INFO] [stdout] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[INFO] [stdout]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:749:25
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:786:21
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[INFO] [stdout]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:822:25
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1512:32
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stdout]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1523:36
[INFO] [stdout]      |
[INFO] [stdout] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stdout]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stdout]      |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1557:32
[INFO] [stdout]      |
[INFO] [stdout] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stdout]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1568:36
[INFO] [stdout]      |
[INFO] [stdout] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stdout]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stdout]      |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "19714584552a0357936b41924b62de9e3bc0d0dad554e585e2063019785272c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19714584552a0357936b41924b62de9e3bc0d0dad554e585e2063019785272c7", kill_on_drop: false }`
[INFO] [stdout] 19714584552a0357936b41924b62de9e3bc0d0dad554e585e2063019785272c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad7b4a957ae50ec502938dfbe3a52e62b157de8cd6499a9400138363bf4b4503
[INFO] running `Command { std: "docker" "start" "-a" "ad7b4a957ae50ec502938dfbe3a52e62b157de8cd6499a9400138363bf4b4503", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:670:17
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:686:21
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:711:21
[INFO] [stdout]     |
[INFO] [stdout] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[INFO] [stdout]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:749:25
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:786:21
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[INFO] [stdout]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:822:25
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1512:32
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stdout]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1523:36
[INFO] [stdout]      |
[INFO] [stdout] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stdout]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stdout]      |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1557:32
[INFO] [stdout]      |
[INFO] [stdout] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stdout]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1568:36
[INFO] [stdout]      |
[INFO] [stdout] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stdout]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stdout]      |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling grid-arcium-fork v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:670:17
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:686:21
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:711:21
[INFO] [stdout]     |
[INFO] [stdout] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[INFO] [stdout]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:749:25
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:786:21
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[INFO] [stdout]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:822:25
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[INFO] [stdout]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1512:32
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stdout]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1523:36
[INFO] [stdout]      |
[INFO] [stdout] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stdout]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stdout]      |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1557:32
[INFO] [stdout]      |
[INFO] [stdout] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stdout]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1568:36
[INFO] [stdout]      |
[INFO] [stdout] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stdout]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stdout]      |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.46s
[INFO] running `Command { std: "docker" "inspect" "ad7b4a957ae50ec502938dfbe3a52e62b157de8cd6499a9400138363bf4b4503", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad7b4a957ae50ec502938dfbe3a52e62b157de8cd6499a9400138363bf4b4503", kill_on_drop: false }`
[INFO] [stdout] ad7b4a957ae50ec502938dfbe3a52e62b157de8cd6499a9400138363bf4b4503
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 983c3feb7b3fbb12660bb24b75e1a3e8c77f2f7d72089ab89bae1c02d2ffd3d3
[INFO] running `Command { std: "docker" "start" "-a" "983c3feb7b3fbb12660bb24b75e1a3e8c77f2f7d72089ab89bae1c02d2ffd3d3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:670:17
[INFO] [stderr]     |
[INFO] [stderr] 670 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 670 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:686:21
[INFO] [stderr]     |
[INFO] [stderr] 686 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stderr]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 686 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:711:21
[INFO] [stderr]     |
[INFO] [stderr] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[INFO] [stderr]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 711 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:749:25
[INFO] [stderr]     |
[INFO] [stderr] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[INFO] [stderr]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 749 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:786:21
[INFO] [stderr]     |
[INFO] [stderr] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[INFO] [stderr]     |                     ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 786 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:822:25
[INFO] [stderr]     |
[INFO] [stderr] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[INFO] [stderr]     |                         ^^^^^^^^^                        ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 822 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1512:32
[INFO] [stderr]      |
[INFO] [stderr] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stderr]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                |
[INFO] [stderr]      |                                the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1512 |     pub fn iter_rows_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stderr]      |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1523:36
[INFO] [stderr]      |
[INFO] [stderr] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stderr]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                    |
[INFO] [stderr]      |                                    the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1523 |     pub fn iter_rows_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stderr]      |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1557:32
[INFO] [stderr]      |
[INFO] [stderr] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<T>> {
[INFO] [stderr]      |                                ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                |
[INFO] [stderr]      |                                the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1557 |     pub fn iter_cols_as_slices(&self) -> Option<ChunksExact<'_, T>> {
[INFO] [stderr]      |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1568:36
[INFO] [stderr]      |
[INFO] [stderr] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<T>> {
[INFO] [stderr]      |                                    ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                    |
[INFO] [stderr]      |                                    the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1568 |     pub fn iter_cols_as_slices_mut(&mut self) -> Option<ChunksExactMut<'_, T>> {
[INFO] [stderr]      |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `grid-arcium-fork` (lib) generated 10 warnings (run `cargo fix --lib -p grid-arcium-fork` to apply 10 suggestions)
[INFO] [stderr] warning: `grid-arcium-fork` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grid_arcium_fork-e009d9ca40137c03)
[INFO] [stdout] 
[INFO] [stdout] running 219 tests
[INFO] [stdout] test test::clear ... ok
[INFO] [stdout] test test::clone ... ok
[INFO] [stdout] test test::equal ... ok
[INFO] [stdout] test test::equal_empty ... ok
[INFO] [stdout] test test::equal_different_order ... ok
[INFO] [stdout] test test::equal_partial_eq ... ok
[INFO] [stdout] test test::fill_with ... ok
[INFO] [stdout] test test::flip_cols_column_major ... ok
[INFO] [stdout] test test::fmt_column_major ... ok
[INFO] [stdout] test test::fmt_empty ... ok
[INFO] [stdout] test test::fmt_pretty_column_major ... ok
[INFO] [stdout] test test::flip_cols ... ok
[INFO] [stdout] test test::fmt_pretty_empty ... ok
[INFO] [stdout] test test::flip_rows ... ok
[INFO] [stdout] test test::fmt_pretty_float ... ok
[INFO] [stdout] test test::fmt_pretty_struct_derived ... ok
[INFO] [stdout] test test::fmt_pretty_tuple ... ok
[INFO] [stdout] test test::fmt_pretty_int ... ok
[INFO] [stdout] test test::from_1d_vec ... ok
[INFO] [stdout] test test::fmt_row ... ok
[INFO] [stdout] test test::from_1d_vec_reference ... ok
[INFO] [stdout] test test::from_1d_vec_reference_and_reference ... ok
[INFO] [stdout] test test::from_2d_vec ... ok
[INFO] [stdout] test test::from_2d_vec_reference ... ok
[INFO] [stdout] test test::from_2d_vec_reference_of_references ... ok
[INFO] [stdout] test test::flip_rows_column_major ... ok
[INFO] [stdout] test test::fill ... ok
[INFO] [stdout] test test::fmt_grid ... ok
[INFO] [stdout] test test::from_1d_vec_panic - should panic ... ok
[INFO] [stdout] test test::from_1d_vec_reference_and_reference_panic - should panic ... ok
[INFO] [stdout] test test::from_1d_vec_reference_panic - should panic ... ok
[INFO] [stdout] test test::from_vec_uses_original_vec ... ok
[INFO] [stdout] test test::from_vec_with_order_uses_original_vec ... ok
[INFO] [stdout] test test::from_2d_vec_reference_of_references_panic - should panic ... ok
[INFO] [stdout] test test::from_2d_vec_panic - should panic ... ok
[INFO] [stdout] test test::from_2d_vec_reference_panic - should panic ... ok
[INFO] [stdout] test test::from_vec_panics_1 - should panic ... ok
[INFO] [stdout] test test::from_vec_panics_2 - should panic ... ok
[INFO] [stdout] test test::from_vec_with_order_panics_1 - should panic ... ok
[INFO] [stdout] test test::from_vec_with_order_panics_2 - should panic ... ok
[INFO] [stdout] test test::from_vec_with_order_zero ... ok
[INFO] [stdout] test test::from_vec_with_order_zero_with_cols ... ok
[INFO] [stdout] test test::from_vec_zero_with_cols ... ok
[INFO] [stdout] test test::get ... ok
[INFO] [stdout] test test::from_vec_zero ... ok
[INFO] [stdout] test test::get_col ... ok
[INFO] [stdout] test test::get_col_none ... ok
[INFO] [stdout] test test::get_col_none_column_major ... ok
[INFO] [stdout] test test::get_mut_col_none ... ok
[INFO] [stdout] test test::get_mut_col_none_column_major ... ok
[INFO] [stdout] test test::get_col_row_major ... ok
[INFO] [stdout] test test::get_mut_none ... ok
[INFO] [stdout] test test::get_mut_row ... ok
[INFO] [stdout] test test::get_mut ... ok
[INFO] [stdout] test test::get_mut_column_major ... ok
[INFO] [stdout] test test::get_column_major ... ok
[INFO] [stdout] test test::get_mut_col_row_major ... ok
[INFO] [stdout] test test::get_mut_none_column_major ... ok
[INFO] [stdout] test test::get_mut_col ... ok
[INFO] [stdout] test test::get_mut_row_column_major ... ok
[INFO] [stdout] test test::get_mut_row_none ... ok
[INFO] [stdout] test test::get_none_column_major ... ok
[INFO] [stdout] test test::get_row_column_major ... ok
[INFO] [stdout] test test::get_row_none ... ok
[INFO] [stdout] test test::get_row_none_column_major ... ok
[INFO] [stdout] test test::get_row ... ok
[INFO] [stdout] test test::idx_tup_set ... ok
[INFO] [stdout] test test::get_mut_row_none_column_major ... ok
[INFO] [stdout] test test::idx_tup_panic_1 - should panic ... ok
[INFO] [stdout] test test::idx_tup_panic_2 - should panic ... ok
[INFO] [stdout] test test::hash_std ... ok
[INFO] [stdout] test test::idx_tup ... ok
[INFO] [stdout] test test::get_none ... ok
[INFO] [stdout] test test::idx_tup_out_of_col_bounds - should panic ... ok
[INFO] [stdout] test test::indexed_iter_empty ... ok
[INFO] [stdout] test test::init ... ok
[INFO] [stdout] test test::indexed_iter ... ok
[INFO] [stdout] test test::init_empty ... ok
[INFO] [stdout] test test::indexed_iter_column_major ... ok
[INFO] [stdout] test test::init_with_order ... ok
[INFO] [stdout] test test::init_with_order_empty ... ok
[INFO] [stdout] test test::indexed_iter_empty_column_major ... ok
[INFO] [stdout] test test::indexed_iter_mut ... ok
[INFO] [stdout] test test::indexed_iter_mut_column_major ... ok
[INFO] [stdout] test test::insert_col_at_end ... ok
[INFO] [stdout] test test::init_with_order_panics - should panic ... ok
[INFO] [stdout] test test::insert_col_at_end_column_major ... ok
[INFO] [stdout] test test::insert_col_out_of_idx - should panic ... ok
[INFO] [stdout] test test::insert_col_out_of_idx_column_major - should panic ... ok
[INFO] [stdout] test test::insert_row_at_end_column_major ... ok
[INFO] [stdout] test test::insert_row_empty ... ok
[INFO] [stdout] test test::insert_row_empty_column_major ... ok
[INFO] [stdout] test test::insert_row_at_end ... ok
[INFO] [stdout] test test::insert_row_out_of_idx - should panic ... ok
[INFO] [stdout] test test::insert_col_empty ... ok
[INFO] [stdout] test test::insert_row_start ... ok
[INFO] [stdout] test test::insert_row_out_of_idx_column_major - should panic ... ok
[INFO] [stdout] test test::insert_row_start_column_major ... ok
[INFO] [stdout] test test::insert_col_empty_column_major ... ok
[INFO] [stdout] test test::insert_row_wrong_size_of_idx - should panic ... ok
[INFO] [stdout] test test::insert_row_wrong_size_of_idx_column_major - should panic ... ok
[INFO] [stdout] test test::iter ... ok
[INFO] [stdout] test test::iter_col ... ok
[INFO] [stdout] test test::iter_col_column_major ... ok
[INFO] [stdout] test test::is_empty_false ... ok
[INFO] [stdout] test test::is_empty ... ok
[INFO] [stdout] test test::iter_col_column_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_col_mut ... ok
[INFO] [stdout] test test::iter_col_column_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_col_mut_column_major ... ok
[INFO] [stdout] test test::iter_col_mut_column_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_col_mut_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_col_zero - should panic ... ok
[INFO] [stdout] test test::iter_cols ... ok
[INFO] [stdout] test test::iter_col_mut_column_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_col_mut_zero - should panic ... ok
[INFO] [stdout] test test::iter_cols_as_slices ... ok
[INFO] [stdout] test test::iter_cols_as_slices_exact_size ... ok
[INFO] [stdout] test test::iter_cols_as_slices_mut ... ok
[INFO] [stdout] test test::iter_cols_as_slices_mut_exact_size ... ok
[INFO] [stdout] test test::iter_cols_as_slices_mut_rev ... ok
[INFO] [stdout] test test::iter_cols_as_slices_rev ... ok
[INFO] [stdout] test test::iter_cols_clone ... ok
[INFO] [stdout] test test::iter_cols_exact_size ... ok
[INFO] [stdout] test test::iter_cols_rev ... ok
[INFO] [stdout] test test::iter_row ... ok
[INFO] [stdout] test test::iter_row_mut ... ok
[INFO] [stdout] test test::iter_row_mut_rowumn_major ... ok
[INFO] [stdout] test test::iter_row_mut_rowumn_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_row_mut_zero - should panic ... ok
[INFO] [stdout] test test::iter_row_mut_rowumn_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_row_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_row_rowumn_major ... ok
[INFO] [stdout] test test::iter_row_rowumn_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_rows ... ok
[INFO] [stdout] test test::iter_rows_as_slices ... ok
[INFO] [stdout] test test::iter_row_rowumn_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_col_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_row_zero - should panic ... ok
[INFO] [stdout] test test::iter_rows_as_slices_mut_exact_size ... ok
[INFO] [stdout] test test::iter_rows_as_slices_mut_rev ... ok
[INFO] [stdout] test test::iter_rows_as_slices_rev ... ok
[INFO] [stdout] test test::iter_rows_clone ... ok
[INFO] [stdout] test test::iter_rows_rev ... ok
[INFO] [stdout] test test::iter_rows_exact_size ... ok
[INFO] [stdout] test test::iter_row_mut_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_rows_as_slices_exact_size ... ok
[INFO] [stdout] test test::iter_rows_as_slices_mut ... ok
[INFO] [stdout] test test::macro2_init_char ... ok
[INFO] [stdout] test test::macro2_one_row ... ok
[INFO] [stdout] test test::macro_init ... ok
[INFO] [stdout] test test::macro_one_row ... ok
[INFO] [stdout] test test::macro_init_2 ... ok
[INFO] [stdout] test test::macro_init_char ... ok
[INFO] [stdout] test test::ne ... ok
[INFO] [stdout] test test::ne_full_empty ... ok
[INFO] [stdout] test test::ne_partial_eq ... ok
[INFO] [stdout] test test::ne_dif_rows ... ok
[INFO] [stdout] test test::new_empty ... ok
[INFO] [stdout] test test::new ... ok
[INFO] [stdout] test test::new_with_order ... ok
[INFO] [stdout] test test::new_with_order_empty ... ok
[INFO] [stdout] test test::new_panics - should panic ... ok
[INFO] [stdout] test test::pop_col_1x3 ... ok
[INFO] [stdout] test test::pop_col_1x3_column_major ... ok
[INFO] [stdout] test test::pop_col_2x2 ... ok
[INFO] [stdout] test test::pop_col_2x2_column_major ... ok
[INFO] [stdout] test test::new_with_order_panics - should panic ... ok
[INFO] [stdout] test test::pop_col_3x1 ... ok
[INFO] [stdout] test test::pop_col_3x1_column_major ... ok
[INFO] [stdout] test test::pop_col_3x4 ... ok
[INFO] [stdout] test test::pop_col_3x4_column_major ... ok
[INFO] [stdout] test test::pop_col_empty ... ok
[INFO] [stdout] test test::pop_col_empty_column_major ... ok
[INFO] [stdout] test test::pop_row_2x2 ... ok
[INFO] [stdout] test test::pop_row_empty ... ok
[INFO] [stdout] test test::pop_row_empty_column_major ... ok
[INFO] [stdout] test test::push_col_1x3 ... ok
[INFO] [stdout] test test::pop_row_2x2_column_major ... ok
[INFO] [stdout] test test::push_col_1x3_column_major ... ok
[INFO] [stdout] test test::push_col_2x3 ... ok
[INFO] [stdout] test test::push_col_2x3_column_major ... ok
[INFO] [stdout] test test::push_col_3x4 ... ok
[INFO] [stdout] test test::push_col_3x4_column_major ... ok
[INFO] [stdout] test test::push_col_empty ... ok
[INFO] [stdout] test test::push_col_empty_column_major ... ok
[INFO] [stdout] test test::push_col_wrong_size - should panic ... ok
[INFO] [stdout] test test::push_col_zero_len_column_major - should panic ... ok
[INFO] [stdout] test test::push_empty_row - should panic ... ok
[INFO] [stdout] test test::push_col_wrong_size_column_major - should panic ... ok
[INFO] [stdout] test test::push_row ... ok
[INFO] [stdout] test test::push_row_column_major ... ok
[INFO] [stdout] test test::push_row_empty ... ok
[INFO] [stdout] test test::push_col_zero_len - should panic ... ok
[INFO] [stdout] test test::push_row_empty_column_major ... ok
[INFO] [stdout] test test::push_row_wrong_size - should panic ... ok
[INFO] [stdout] test test::remove_col ... ok
[INFO] [stdout] test test::indexed_iter_mut_empty ... ok
[INFO] [stdout] test test::indexed_iter_mut_empty_column_major ... ok
[INFO] [stdout] test test::macro2_empty ... ok
[INFO] [stdout] test test::macro2_init ... ok
[INFO] [stdout] test test::remove_col_out_of_bound_column_major ... ok
[INFO] [stdout] test test::push_row_wrong_size_column_major - should panic ... ok
[INFO] [stdout] test test::init_panics - should panic ... ok
[INFO] [stdout] test test::remove_row ... ok
[INFO] [stdout] test test::remove_row_column_major ... ok
[INFO] [stdout] test test::push_empty_row_column_major - should panic ... ok
[INFO] [stdout] test test::remove_row_out_of_bound ... ok
[INFO] [stdout] test test::rotate_left ... ok
[INFO] [stdout] test test::rotate_left_column_major ... ok
[INFO] [stdout] test test::remove_row_out_of_bound_column_major ... ok
[INFO] [stdout] test test::rotate_right ... ok
[INFO] [stdout] test test::swap ... ok
[INFO] [stdout] test test::rotate_right_column_major ... ok
[INFO] [stdout] test test::size ... ok
[INFO] [stdout] test test::swap_out_of_bounds - should panic ... ok
[INFO] [stdout] test test::transpose ... ok
[INFO] [stderr]    Doc-tests grid_arcium_fork
[INFO] [stdout] test test::remove_col_column_major ... ok
[INFO] [stdout] test test::remove_col_out_of_bound ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 219 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test src/lib.rs - Grid<T>::from_vec (line 422) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::from_vec (line 434) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::flatten (line 1284) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::fill (line 1449) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::flip_cols (line 1316) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::fill_with (line 1473) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 29) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::flip_rows (line 1350) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter (line 845) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter (line 854) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter_mut (line 879) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::insert_col (line 1231) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter_mut (line 888) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::insert_row (line 1179) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_mut (line 678) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_col (line 694) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::is_empty (line 635) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter (line 660) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_col_mut (line 731) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::pop_col (line 1103) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_row (line 769) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::new (line 321) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_cols (line 1539) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_row_mut (line 806) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::pop_row (line 1028) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_rows (line 1494) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::push_row (line 919) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::push_col (line 974) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::remove_col (line 1137) ... FAILED
[INFO] [stdout] test src/lib.rs - grid (line 90) ... ignored
[INFO] [stdout] test src/lib.rs - Grid<T>::push_row (line 932) ... FAILED
[INFO] [stdout] test src/lib.rs - grid_cm (line 147) ... ignored
[INFO] [stdout] test src/lib.rs - Grid<T>::push_col (line 986) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::remove_row (line 1060) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::rotate_left (line 1387) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::rotate_half (line 1431) ... FAILED
[INFO] [stdout] test src/lib.rs - grid (line 80) ... FAILED
[INFO] [stdout] test src/lib.rs - grid_cm (line 136) ... FAILED
[INFO] [stdout] test src/lib.rs - Grid<T>::rotate_right (line 1409) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Grid<T>::from_vec (line 422) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:423:5
[INFO] [stdout]     |
[INFO] [stdout] 423 | use grid::Grid;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::from_vec (line 434) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:435:5
[INFO] [stdout]     |
[INFO] [stdout] 435 | use grid::Grid;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::flatten (line 1284) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1285:5
[INFO] [stdout]      |
[INFO] [stdout] 1285 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1286:12
[INFO] [stdout]      |
[INFO] [stdout] 1286 | let grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |            ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1284 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::fill (line 1449) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1450:5
[INFO] [stdout]      |
[INFO] [stdout] 1450 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1451:16
[INFO] [stdout]      |
[INFO] [stdout] 1451 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1449 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1453:18
[INFO] [stdout]      |
[INFO] [stdout] 1453 | assert_eq!(grid, grid![[7,7,7][7,7,7]]);
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1449 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::flip_cols (line 1316) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1317:5
[INFO] [stdout]      |
[INFO] [stdout] 1317 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1318:16
[INFO] [stdout]      |
[INFO] [stdout] 1318 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1316 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1320:18
[INFO] [stdout]      |
[INFO] [stdout] 1320 | assert_eq!(grid, grid![[3,2,1][6,5,4]])
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1316 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::fill_with (line 1473) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1474:5
[INFO] [stdout]      |
[INFO] [stdout] 1474 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1475:16
[INFO] [stdout]      |
[INFO] [stdout] 1475 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1473 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1477:18
[INFO] [stdout]      |
[INFO] [stdout] 1477 | assert_eq!(grid, grid![[0,0,0][0,0,0]]);
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1473 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 29) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use grid::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]   --> src/lib.rs:31:16
[INFO] [stdout]    |
[INFO] [stdout] 31 | let mut grid = grid![[1,2,3]
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 29 + use grid_arcium_fork::grid;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]   --> src/lib.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 | assert_eq!(grid, grid![[1,2,3][4,5,6][7,8,9]])
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 29 + use grid_arcium_fork::grid;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::flip_rows (line 1350) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1351:5
[INFO] [stdout]      |
[INFO] [stdout] 1351 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1352:16
[INFO] [stdout]      |
[INFO] [stdout] 1352 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1350 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1354:18
[INFO] [stdout]      |
[INFO] [stdout] 1354 | assert_eq!(grid, grid![[4,5,6][1,2,3]])
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1350 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::indexed_iter (line 845) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:846:5
[INFO] [stdout]     |
[INFO] [stdout] 846 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:847:22
[INFO] [stdout]     |
[INFO] [stdout] 847 | let grid: Grid<u8> = grid![[1,2][3,4]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 845 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::indexed_iter (line 854) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:855:5
[INFO] [stdout]     |
[INFO] [stdout] 855 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:856:22
[INFO] [stdout]     |
[INFO] [stdout] 856 | let grid: Grid<u8> = grid![[1,2][3,4]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 854 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::indexed_iter_mut (line 879) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:880:5
[INFO] [stdout]     |
[INFO] [stdout] 880 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:881:26
[INFO] [stdout]     |
[INFO] [stdout] 881 | let mut grid: Grid<u8> = grid![[1,2][3,4]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 879 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::insert_col (line 1231) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1232:5
[INFO] [stdout]      |
[INFO] [stdout] 1232 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1233:16
[INFO] [stdout]      |
[INFO] [stdout] 1233 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1231 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1235:18
[INFO] [stdout]      |
[INFO] [stdout] 1235 | assert_eq!(grid, grid![[1,9,2,3][4,9,5,6]])
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1231 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::indexed_iter_mut (line 888) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:889:5
[INFO] [stdout]     |
[INFO] [stdout] 889 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:890:26
[INFO] [stdout]     |
[INFO] [stdout] 890 | let mut grid: Grid<u8> = grid![[1,2][3,4]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 888 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::insert_row (line 1179) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1180:5
[INFO] [stdout]      |
[INFO] [stdout] 1180 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1181:16
[INFO] [stdout]      |
[INFO] [stdout] 1181 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1179 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1183:18
[INFO] [stdout]      |
[INFO] [stdout] 1183 | assert_eq!(grid, grid![[1,2,3][7,8,9][4,5,6]]);
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1179 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_mut (line 678) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:679:5
[INFO] [stdout]     |
[INFO] [stdout] 679 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:680:26
[INFO] [stdout]     |
[INFO] [stdout] 680 | let mut grid: Grid<u8> = grid![[1,2][3,4]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 678 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_col (line 694) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:695:5
[INFO] [stdout]     |
[INFO] [stdout] 695 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:696:22
[INFO] [stdout]     |
[INFO] [stdout] 696 | let grid: Grid<u8> = grid![[1, 2, 3][3, 4, 5]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 694 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::is_empty (line 635) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:636:5
[INFO] [stdout]     |
[INFO] [stdout] 636 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:637:22
[INFO] [stdout]     |
[INFO] [stdout] 637 | let grid: Grid<u8> = grid![];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 635 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter (line 660) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:661:5
[INFO] [stdout]     |
[INFO] [stdout] 661 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:662:22
[INFO] [stdout]     |
[INFO] [stdout] 662 | let grid: Grid<u8> = grid![[1,2][3,4]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 660 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_col_mut (line 731) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:732:5
[INFO] [stdout]     |
[INFO] [stdout] 732 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:733:26
[INFO] [stdout]     |
[INFO] [stdout] 733 | let mut grid: Grid<u8> = grid![[1, 2, 3][3, 4, 5]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 731 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::pop_col (line 1103) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1104:5
[INFO] [stdout]      |
[INFO] [stdout] 1104 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1105:16
[INFO] [stdout]      |
[INFO] [stdout] 1105 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1103 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_row (line 769) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:770:5
[INFO] [stdout]     |
[INFO] [stdout] 770 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:771:22
[INFO] [stdout]     |
[INFO] [stdout] 771 | let grid: Grid<u8> = grid![[1, 2, 3][3, 4, 5]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 769 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::new (line 321) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:322:5
[INFO] [stdout]     |
[INFO] [stdout] 322 | use grid::Grid;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_cols (line 1539) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1540:5
[INFO] [stdout]      |
[INFO] [stdout] 1540 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1541:16
[INFO] [stdout]      |
[INFO] [stdout] 1541 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1539 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> src/lib.rs:1542:49
[INFO] [stdout]      |
[INFO] [stdout] 1542 | let sum_by_col: Vec<u8> = grid.iter_cols().map(|col| col.sum()).collect();
[INFO] [stdout]      |                                                 ^^^  --- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1542 | let sum_by_col: Vec<u8> = grid.iter_cols().map(|col: /* Type */| col.sum()).collect();
[INFO] [stdout]      |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_row_mut (line 806) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:807:5
[INFO] [stdout]     |
[INFO] [stdout] 807 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:808:26
[INFO] [stdout]     |
[INFO] [stdout] 808 | let mut grid: Grid<u8> = grid![[1, 2, 3][3, 4, 5]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 806 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::pop_row (line 1028) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1029:5
[INFO] [stdout]      |
[INFO] [stdout] 1029 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1030:16
[INFO] [stdout]      |
[INFO] [stdout] 1030 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1028 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::iter_rows (line 1494) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1495:5
[INFO] [stdout]      |
[INFO] [stdout] 1495 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1496:16
[INFO] [stdout]      |
[INFO] [stdout] 1496 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1494 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> src/lib.rs:1497:49
[INFO] [stdout]      |
[INFO] [stdout] 1497 | let sum_by_row: Vec<u8> = grid.iter_rows().map(|row| row.sum()).collect();
[INFO] [stdout]      |                                                 ^^^  --- type must be known at this point
[INFO] [stdout]      |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]      |
[INFO] [stdout] 1497 | let sum_by_row: Vec<u8> = grid.iter_rows().map(|row: /* Type */| row.sum()).collect();
[INFO] [stdout]      |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::push_row (line 919) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:920:5
[INFO] [stdout]     |
[INFO] [stdout] 920 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:921:26
[INFO] [stdout]     |
[INFO] [stdout] 921 | let mut grid: Grid<u8> = grid![[1, 2, 3][3, 4, 5]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 919 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::push_col (line 974) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:975:5
[INFO] [stdout]     |
[INFO] [stdout] 975 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:976:26
[INFO] [stdout]     |
[INFO] [stdout] 976 | let mut grid: Grid<u8> = grid![[1, 2, 3][3, 4, 5]];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 974 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::remove_col (line 1137) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1138:5
[INFO] [stdout]      |
[INFO] [stdout] 1138 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1139:16
[INFO] [stdout]      |
[INFO] [stdout] 1139 | let mut grid = grid![[1,2,3,4][5,6,7,8][9,10,11,12][13,14,15,16]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1137 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::push_row (line 932) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:933:5
[INFO] [stdout]     |
[INFO] [stdout] 933 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:934:26
[INFO] [stdout]     |
[INFO] [stdout] 934 | let mut grid: Grid<u8> = grid![];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 932 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::push_col (line 986) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:987:5
[INFO] [stdout]     |
[INFO] [stdout] 987 | use grid::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]    --> src/lib.rs:988:26
[INFO] [stdout]     |
[INFO] [stdout] 988 | let mut grid: Grid<u8> = grid![];
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 986 + use grid_arcium_fork::grid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::remove_row (line 1060) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1061:5
[INFO] [stdout]      |
[INFO] [stdout] 1061 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1062:16
[INFO] [stdout]      |
[INFO] [stdout] 1062 | let mut grid = grid![[1,2][3,4][5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1060 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::rotate_left (line 1387) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1388:5
[INFO] [stdout]      |
[INFO] [stdout] 1388 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1389:16
[INFO] [stdout]      |
[INFO] [stdout] 1389 | let mut grid = grid![[1,2][3,4]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1387 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1391:18
[INFO] [stdout]      |
[INFO] [stdout] 1391 | assert_eq!(grid, grid![[2,4][1,3]]);
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1387 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::rotate_half (line 1431) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1432:5
[INFO] [stdout]      |
[INFO] [stdout] 1432 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1433:16
[INFO] [stdout]      |
[INFO] [stdout] 1433 | let mut grid = grid![[1,2,3][4,5,6]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1431 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1435:18
[INFO] [stdout]      |
[INFO] [stdout] 1435 | assert_eq!(grid, grid![[6,5,4][3,2,1]]);
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1431 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - grid (line 80) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]   --> src/lib.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 | use grid::grid;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - grid_cm (line 136) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]    --> src/lib.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | use grid::grid_cm;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Grid<T>::rotate_right (line 1409) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `grid`
[INFO] [stdout]     --> src/lib.rs:1410:5
[INFO] [stdout]      |
[INFO] [stdout] 1410 | use grid::*;
[INFO] [stdout]      |     ^^^^ use of unresolved module or unlinked crate `grid`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `grid`, use `cargo add grid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1411:16
[INFO] [stdout]      |
[INFO] [stdout] 1411 | let mut grid = grid![[1,2][3,4]];
[INFO] [stdout]      |                ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1409 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `grid` in this scope
[INFO] [stdout]     --> src/lib.rs:1413:18
[INFO] [stdout]      |
[INFO] [stdout] 1413 | assert_eq!(grid, grid![[3,1][4,2]]);
[INFO] [stdout]      |                  ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]      |
[INFO] [stdout] 1409 + use grid_arcium_fork::grid;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 29)
[INFO] [stdout]     src/lib.rs - Grid<T>::fill (line 1449)
[INFO] [stdout]     src/lib.rs - Grid<T>::fill_with (line 1473)
[INFO] [stdout]     src/lib.rs - Grid<T>::flatten (line 1284)
[INFO] [stdout]     src/lib.rs - Grid<T>::flip_cols (line 1316)
[INFO] [stdout]     src/lib.rs - Grid<T>::flip_rows (line 1350)
[INFO] [stdout]     src/lib.rs - Grid<T>::from_vec (line 422)
[INFO] [stdout]     src/lib.rs - Grid<T>::from_vec (line 434)
[INFO] [stdout]     src/lib.rs - Grid<T>::indexed_iter (line 845)
[INFO] [stdout]     src/lib.rs - Grid<T>::indexed_iter (line 854)
[INFO] [stdout]     src/lib.rs - Grid<T>::indexed_iter_mut (line 879)
[INFO] [stdout]     src/lib.rs - Grid<T>::indexed_iter_mut (line 888)
[INFO] [stdout]     src/lib.rs - Grid<T>::insert_col (line 1231)
[INFO] [stdout]     src/lib.rs - Grid<T>::insert_row (line 1179)
[INFO] [stdout]     src/lib.rs - Grid<T>::is_empty (line 635)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter (line 660)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_col (line 694)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_col_mut (line 731)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_cols (line 1539)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_mut (line 678)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_row (line 769)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_row_mut (line 806)
[INFO] [stdout]     src/lib.rs - Grid<T>::iter_rows (line 1494)
[INFO] [stdout]     src/lib.rs - Grid<T>::new (line 321)
[INFO] [stdout]     src/lib.rs - Grid<T>::pop_col (line 1103)
[INFO] [stdout]     src/lib.rs - Grid<T>::pop_row (line 1028)
[INFO] [stdout]     src/lib.rs - Grid<T>::push_col (line 974)
[INFO] [stdout]     src/lib.rs - Grid<T>::push_col (line 986)
[INFO] [stdout]     src/lib.rs - Grid<T>::push_row (line 919)
[INFO] [stdout]     src/lib.rs - Grid<T>::push_row (line 932)
[INFO] [stdout]     src/lib.rs - Grid<T>::remove_col (line 1137)
[INFO] [stdout]     src/lib.rs - Grid<T>::remove_row (line 1060)
[INFO] [stdout]     src/lib.rs - Grid<T>::rotate_half (line 1431)
[INFO] [stdout]     src/lib.rs - Grid<T>::rotate_left (line 1387)
[INFO] [stdout]     src/lib.rs - Grid<T>::rotate_right (line 1409)
[INFO] [stdout]     src/lib.rs - grid (line 80)
[INFO] [stdout]     src/lib.rs - grid_cm (line 136)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 37 failed; 2 ignored; 0 measured; 0 filtered out; finished in 2.90s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "983c3feb7b3fbb12660bb24b75e1a3e8c77f2f7d72089ab89bae1c02d2ffd3d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "983c3feb7b3fbb12660bb24b75e1a3e8c77f2f7d72089ab89bae1c02d2ffd3d3", kill_on_drop: false }`
[INFO] [stdout] 983c3feb7b3fbb12660bb24b75e1a3e8c77f2f7d72089ab89bae1c02d2ffd3d3
