[INFO] fetching crate mdarray 0.7.0... [INFO] testing mdarray-0.7.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate mdarray 0.7.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate mdarray 0.7.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mdarray 0.7.0 [INFO] tweaked toml for crates.io crate mdarray 0.7.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mdarray 0.7.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mdarray 0.7.0 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ada794aae4b0a20f9b9c7c7a2c6514303b4402ecbcbddd206f3f747f6063cb4d [INFO] running `Command { std: "docker" "start" "-a" "ada794aae4b0a20f9b9c7c7a2c6514303b4402ecbcbddd206f3f747f6063cb4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ada794aae4b0a20f9b9c7c7a2c6514303b4402ecbcbddd206f3f747f6063cb4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ada794aae4b0a20f9b9c7c7a2c6514303b4402ecbcbddd206f3f747f6063cb4d", kill_on_drop: false }` [INFO] [stdout] ada794aae4b0a20f9b9c7c7a2c6514303b4402ecbcbddd206f3f747f6063cb4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c0779329e7d28831ead7b61a0dbf9a1cf48b25779cb2d0a4dd433edd3209577 [INFO] running `Command { std: "docker" "start" "-a" "5c0779329e7d28831ead7b61a0dbf9a1cf48b25779cb2d0a4dd433edd3209577", kill_on_drop: false }` [INFO] [stderr] Compiling mdarray v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn at(&self, index: usize) -> View { [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] 64 | pub fn at(&self, index: usize) -> View<'_, T, S::Tail, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut { [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] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut<'_, T, S::Tail, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View, Split> { [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] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ViewMut, Split> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [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] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:129:35 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut { [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] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn col(&self, index: usize) -> View { [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] 138 | pub fn col(&self, index: usize) -> View<'_, T, (S::Head,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut { [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] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut<'_, T, (S::Head,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes { [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] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn cols_mut(&mut self) -> LanesMut { [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] 169 | pub fn cols_mut(&mut self) -> LanesMut<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn diag(&self, index: isize) -> View { [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] 188 | pub fn diag(&self, index: isize) -> View<'_, T, (Dyn,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut { [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] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut<'_, T, (Dyn,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View { [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] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn expr_mut(&mut self) -> ViewMut { [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] 222 | pub fn expr_mut(&mut self) -> ViewMut<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View { [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] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [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] 253 | pub fn flatten_mut(&mut self) -> ViewMut<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:305:27 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn lanes(&self, axis: A) -> Lanes { [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] 305 | pub fn lanes(&self, axis: A) -> Lanes<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:319:31 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut { [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] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:345:23 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn outer_expr(&self) -> AxisExpr> { [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] 345 | pub fn outer_expr(&self) -> AxisExpr<'_, T, S, L, Const<0>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [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] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut<'_, T, S, L, Const<0>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 373 | perm: I, [INFO] [stdout] 374 | ) -> View::Shape, ::Layout> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 393 | perm: I, [INFO] [stdout] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View { [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] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:422:43 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn remap_mut(&mut self) -> ViewMut { [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] 422 | pub fn remap_mut(&mut self) -> ViewMut<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:429:20 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View::Layout> { [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] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [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] 436 | pub fn reorder_mut(&mut self) -> ViewMut<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:460:34 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn reshape(&self, shape: I) -> View { [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] 460 | pub fn reshape(&self, shape: I) -> View<'_, T, I::IntoShape, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:476:38 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut { [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] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut<'_, T, I::IntoShape, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:487:16 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn row(&self, index: usize) -> View::Head,), L> { [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] 487 | pub fn row(&self, index: usize) -> View<'_, T, (::Head,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:498:20 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut::Head,), L> { [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] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut<'_, T, (::Head,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes { [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] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:518:21 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn rows_mut(&mut self) -> LanesMut { [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] 518 | pub fn rows_mut(&mut self) -> LanesMut<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 535 | mid: usize, [INFO] [stdout] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 536 | ) -> (View<'_, T, Resize, S>, L>, View<'_, T, Resize, S>, L>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 548 | mid: usize, [INFO] [stdout] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 549 | ) -> (ViewMut<'_, T, Resize, S>, L>, ViewMut<'_, T, Resize, S>, L>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tensor.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [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] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s [INFO] running `Command { std: "docker" "inspect" "5c0779329e7d28831ead7b61a0dbf9a1cf48b25779cb2d0a4dd433edd3209577", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c0779329e7d28831ead7b61a0dbf9a1cf48b25779cb2d0a4dd433edd3209577", kill_on_drop: false }` [INFO] [stdout] 5c0779329e7d28831ead7b61a0dbf9a1cf48b25779cb2d0a4dd433edd3209577 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23dda7d3e9a84b072f82c286e77c3fb18c289f1deca26855ab09d1830e02783c [INFO] running `Command { std: "docker" "start" "-a" "23dda7d3e9a84b072f82c286e77c3fb18c289f1deca26855ab09d1830e02783c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn at(&self, index: usize) -> View { [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] 64 | pub fn at(&self, index: usize) -> View<'_, T, S::Tail, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut { [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] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut<'_, T, S::Tail, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View, Split> { [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] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ViewMut, Split> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [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] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:129:35 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut { [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] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn col(&self, index: usize) -> View { [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] 138 | pub fn col(&self, index: usize) -> View<'_, T, (S::Head,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut { [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] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut<'_, T, (S::Head,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes { [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] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn cols_mut(&mut self) -> LanesMut { [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] 169 | pub fn cols_mut(&mut self) -> LanesMut<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn diag(&self, index: isize) -> View { [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] 188 | pub fn diag(&self, index: isize) -> View<'_, T, (Dyn,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut { [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] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut<'_, T, (Dyn,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View { [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] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn expr_mut(&mut self) -> ViewMut { [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] 222 | pub fn expr_mut(&mut self) -> ViewMut<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View { [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] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [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] 253 | pub fn flatten_mut(&mut self) -> ViewMut<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:305:27 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn lanes(&self, axis: A) -> Lanes { [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] 305 | pub fn lanes(&self, axis: A) -> Lanes<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:319:31 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut { [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] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:345:23 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn outer_expr(&self) -> AxisExpr> { [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] 345 | pub fn outer_expr(&self) -> AxisExpr<'_, T, S, L, Const<0>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [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] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut<'_, T, S, L, Const<0>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 373 | perm: I, [INFO] [stdout] 374 | ) -> View::Shape, ::Layout> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 393 | perm: I, [INFO] [stdout] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View { [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] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:422:43 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn remap_mut(&mut self) -> ViewMut { [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] 422 | pub fn remap_mut(&mut self) -> ViewMut<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:429:20 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View::Layout> { [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] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [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] 436 | pub fn reorder_mut(&mut self) -> ViewMut<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:460:34 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn reshape(&self, shape: I) -> View { [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] 460 | pub fn reshape(&self, shape: I) -> View<'_, T, I::IntoShape, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:476:38 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut { [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] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut<'_, T, I::IntoShape, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:487:16 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn row(&self, index: usize) -> View::Head,), L> { [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] 487 | pub fn row(&self, index: usize) -> View<'_, T, (::Head,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:498:20 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut::Head,), L> { [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] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut<'_, T, (::Head,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes { [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] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:518:21 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn rows_mut(&mut self) -> LanesMut { [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] 518 | pub fn rows_mut(&mut self) -> LanesMut<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 535 | mid: usize, [INFO] [stdout] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 536 | ) -> (View<'_, T, Resize, S>, L>, View<'_, T, Resize, S>, L>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 548 | mid: usize, [INFO] [stdout] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 549 | ) -> (ViewMut<'_, T, Resize, S>, L>, ViewMut<'_, T, Resize, S>, L>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tensor.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [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] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling mdarray v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn at(&self, index: usize) -> View { [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] 64 | pub fn at(&self, index: usize) -> View<'_, T, S::Tail, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut { [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] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut<'_, T, S::Tail, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:86:29 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View, Split> { [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] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ViewMut, Split> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [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] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:129:35 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut { [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] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn col(&self, index: usize) -> View { [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] 138 | pub fn col(&self, index: usize) -> View<'_, T, (S::Head,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut { [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] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut<'_, T, (S::Head,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes { [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] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn cols_mut(&mut self) -> LanesMut { [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] 169 | pub fn cols_mut(&mut self) -> LanesMut<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn diag(&self, index: isize) -> View { [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] 188 | pub fn diag(&self, index: isize) -> View<'_, T, (Dyn,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut { [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] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut<'_, T, (Dyn,), Strided> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View { [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] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn expr_mut(&mut self) -> ViewMut { [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] 222 | pub fn expr_mut(&mut self) -> ViewMut<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View { [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] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [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] 253 | pub fn flatten_mut(&mut self) -> ViewMut<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:305:27 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn lanes(&self, axis: A) -> Lanes { [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] 305 | pub fn lanes(&self, axis: A) -> Lanes<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:319:31 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut { [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] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut<'_, T, S, L, A> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:345:23 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn outer_expr(&self) -> AxisExpr> { [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] 345 | pub fn outer_expr(&self) -> AxisExpr<'_, T, S, L, Const<0>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [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] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut<'_, T, S, L, Const<0>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 373 | perm: I, [INFO] [stdout] 374 | ) -> View::Shape, ::Layout> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 393 | perm: I, [INFO] [stdout] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View { [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] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:422:43 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn remap_mut(&mut self) -> ViewMut { [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] 422 | pub fn remap_mut(&mut self) -> ViewMut<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:429:20 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View::Layout> { [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] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [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] 436 | pub fn reorder_mut(&mut self) -> ViewMut<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:460:34 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn reshape(&self, shape: I) -> View { [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] 460 | pub fn reshape(&self, shape: I) -> View<'_, T, I::IntoShape, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:476:38 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut { [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] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut<'_, T, I::IntoShape, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:487:16 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn row(&self, index: usize) -> View::Head,), L> { [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] 487 | pub fn row(&self, index: usize) -> View<'_, T, (::Head,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:498:20 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut::Head,), L> { [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] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut<'_, T, (::Head,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes { [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] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:518:21 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn rows_mut(&mut self) -> LanesMut { [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] 518 | pub fn rows_mut(&mut self) -> LanesMut<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 535 | mid: usize, [INFO] [stdout] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 536 | ) -> (View<'_, T, Resize, S>, L>, View<'_, T, Resize, S>, L>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 548 | mid: usize, [INFO] [stdout] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 549 | ) -> (ViewMut<'_, T, Resize, S>, L>, ViewMut<'_, T, Resize, S>, L>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 697 | $($idx: $abc),+ [INFO] [stdout] 698 | ) -> View< [INFO] [stdout] | __________________^ [INFO] [stdout] 699 | | T, [INFO] [stdout] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 702 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 713 | $($idx: $abc),+, [INFO] [stdout] 714 | ) -> ViewMut< [INFO] [stdout] | __________________^ [INFO] [stdout] 715 | | T, [INFO] [stdout] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stdout] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stdout] 718 | | > { [INFO] [stdout] | |_____________^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tensor.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [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] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.38s [INFO] running `Command { std: "docker" "inspect" "23dda7d3e9a84b072f82c286e77c3fb18c289f1deca26855ab09d1830e02783c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23dda7d3e9a84b072f82c286e77c3fb18c289f1deca26855ab09d1830e02783c", kill_on_drop: false }` [INFO] [stdout] 23dda7d3e9a84b072f82c286e77c3fb18c289f1deca26855ab09d1830e02783c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 17409c443a97660fe3496a98069750a207dbb71fda0cfd240f4e3627238b0aa5 [INFO] running `Command { std: "docker" "start" "-a" "17409c443a97660fe3496a98069750a207dbb71fda0cfd240f4e3627238b0aa5", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn at(&self, index: usize) -> View { [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] 64 | pub fn at(&self, index: usize) -> View<'_, T, S::Tail, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:73:19 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut { [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] 73 | pub fn at_mut(&mut self, index: usize) -> ViewMut<'_, T, S::Tail, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:86:29 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View, Split> { [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] 86 | pub fn axis_at(&self, axis: A, index: usize) -> View<'_, T, A::Remove, Split> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 103 | ) -> ViewMut, Split> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [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] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr<'_, T, S, L, A> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:129:35 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut { [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] 129 | pub fn axis_expr_mut(&mut self, axis: A) -> AxisExprMut<'_, T, S, L, A> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:138:16 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn col(&self, index: usize) -> View { [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] 138 | pub fn col(&self, index: usize) -> View<'_, T, (S::Head,), Strided> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:149:20 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut { [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] 149 | pub fn col_mut(&mut self, index: usize) -> ViewMut<'_, T, (S::Head,), Strided> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn cols(&self) -> Lanes { [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] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:169:21 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn cols_mut(&mut self) -> LanesMut { [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] 169 | pub fn cols_mut(&mut self) -> LanesMut<'_, T, S, L, Cols> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:188:17 [INFO] [stderr] | [INFO] [stderr] 188 | pub fn diag(&self, index: isize) -> View { [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] 188 | pub fn diag(&self, index: isize) -> View<'_, T, (Dyn,), Strided> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:201:21 [INFO] [stderr] | [INFO] [stderr] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut { [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] 201 | pub fn diag_mut(&mut self, index: isize) -> ViewMut<'_, T, (Dyn,), Strided> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:217:17 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn expr(&self) -> View { [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] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:222:21 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn expr_mut(&mut self) -> ViewMut { [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] 222 | pub fn expr_mut(&mut self) -> ViewMut<'_, T, S, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:244:20 [INFO] [stderr] | [INFO] [stderr] 244 | pub fn flatten(&self) -> View { [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] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:253:24 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [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] 253 | pub fn flatten_mut(&mut self) -> ViewMut<'_, T, (Dyn,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:305:27 [INFO] [stderr] | [INFO] [stderr] 305 | pub fn lanes(&self, axis: A) -> Lanes { [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] 305 | pub fn lanes(&self, axis: A) -> Lanes<'_, T, S, L, A> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:319:31 [INFO] [stderr] | [INFO] [stderr] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut { [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] 319 | pub fn lanes_mut(&mut self, axis: A) -> LanesMut<'_, T, S, L, A> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:345:23 [INFO] [stderr] | [INFO] [stderr] 345 | pub fn outer_expr(&self) -> AxisExpr> { [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] 345 | pub fn outer_expr(&self) -> AxisExpr<'_, T, S, L, Const<0>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:357:27 [INFO] [stderr] | [INFO] [stderr] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [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] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut<'_, T, S, L, Const<0>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:372:9 [INFO] [stderr] | [INFO] [stderr] 372 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 373 | perm: I, [INFO] [stderr] 374 | ) -> View::Shape, ::Layout> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:392:9 [INFO] [stderr] | [INFO] [stderr] 392 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 393 | perm: I, [INFO] [stderr] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:411:39 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn remap(&self) -> View { [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] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:422:43 [INFO] [stderr] | [INFO] [stderr] 422 | pub fn remap_mut(&mut self) -> ViewMut { [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] 422 | pub fn remap_mut(&mut self) -> ViewMut<'_, T, R, K> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:429:20 [INFO] [stderr] | [INFO] [stderr] 429 | pub fn reorder(&self) -> View::Layout> { [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] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:436:24 [INFO] [stderr] | [INFO] [stderr] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [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] 436 | pub fn reorder_mut(&mut self) -> ViewMut<'_, T, S::Reverse, ::Layout> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:460:34 [INFO] [stderr] | [INFO] [stderr] 460 | pub fn reshape(&self, shape: I) -> View { [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] 460 | pub fn reshape(&self, shape: I) -> View<'_, T, I::IntoShape, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:476:38 [INFO] [stderr] | [INFO] [stderr] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut { [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] 476 | pub fn reshape_mut(&mut self, shape: I) -> ViewMut<'_, T, I::IntoShape, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:487:16 [INFO] [stderr] | [INFO] [stderr] 487 | pub fn row(&self, index: usize) -> View::Head,), L> { [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] 487 | pub fn row(&self, index: usize) -> View<'_, T, (::Head,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:498:20 [INFO] [stderr] | [INFO] [stderr] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut::Head,), L> { [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] 498 | pub fn row_mut(&mut self, index: usize) -> ViewMut<'_, T, (::Head,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:509:17 [INFO] [stderr] | [INFO] [stderr] 509 | pub fn rows(&self) -> Lanes { [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] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:518:21 [INFO] [stderr] | [INFO] [stderr] 518 | pub fn rows_mut(&mut self) -> LanesMut { [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] 518 | pub fn rows_mut(&mut self) -> LanesMut<'_, T, S, L, Rows> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:534:9 [INFO] [stderr] | [INFO] [stderr] 534 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 535 | mid: usize, [INFO] [stderr] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] 536 | ) -> (View<'_, T, Resize, S>, L>, View<'_, T, Resize, S>, L>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:547:9 [INFO] [stderr] | [INFO] [stderr] 547 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 548 | mid: usize, [INFO] [stderr] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] 549 | ) -> (ViewMut<'_, T, Resize, S>, L>, ViewMut<'_, T, Resize, S>, L>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:564:9 [INFO] [stderr] | [INFO] [stderr] 564 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:582:9 [INFO] [stderr] | [INFO] [stderr] 582 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 697 | $($idx: $abc),+ [INFO] [stderr] 698 | ) -> View< [INFO] [stderr] | __________________^ [INFO] [stderr] 699 | | T, [INFO] [stderr] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 702 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 725 | impl_view!((X), (A), (a)); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 713 | $($idx: $abc),+, [INFO] [stderr] 714 | ) -> ViewMut< [INFO] [stderr] | __________________^ [INFO] [stderr] 715 | | T, [INFO] [stderr] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 718 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 725 | impl_view!((X), (A), (a)); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 697 | $($idx: $abc),+ [INFO] [stderr] 698 | ) -> View< [INFO] [stderr] | __________________^ [INFO] [stderr] 699 | | T, [INFO] [stderr] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 702 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 713 | $($idx: $abc),+, [INFO] [stderr] 714 | ) -> ViewMut< [INFO] [stderr] | __________________^ [INFO] [stderr] 715 | | T, [INFO] [stderr] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 718 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 697 | $($idx: $abc),+ [INFO] [stderr] 698 | ) -> View< [INFO] [stderr] | __________________^ [INFO] [stderr] 699 | | T, [INFO] [stderr] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 702 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 713 | $($idx: $abc),+, [INFO] [stderr] 714 | ) -> ViewMut< [INFO] [stderr] | __________________^ [INFO] [stderr] 715 | | T, [INFO] [stderr] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 718 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 727 | impl_view!((X, Y, Z), (A, B, C), (a, b, c)); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 697 | $($idx: $abc),+ [INFO] [stderr] 698 | ) -> View< [INFO] [stderr] | __________________^ [INFO] [stderr] 699 | | T, [INFO] [stderr] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 702 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 713 | $($idx: $abc),+, [INFO] [stderr] 714 | ) -> ViewMut< [INFO] [stderr] | __________________^ [INFO] [stderr] 715 | | T, [INFO] [stderr] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 718 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 728 | impl_view!((X, Y, Z, W), (A, B, C, D), (a, b, c, d)); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] running 0 tests [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stdout] [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 697 | $($idx: $abc),+ [INFO] [stderr] 698 | ) -> View< [INFO] [stderr] | __________________^ [INFO] [stderr] 699 | | T, [INFO] [stderr] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 702 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 713 | $($idx: $abc),+, [INFO] [stderr] 714 | ) -> ViewMut< [INFO] [stderr] | __________________^ [INFO] [stderr] 715 | | T, [INFO] [stderr] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 718 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 729 | impl_view!((X, Y, Z, W, U), (A, B, C, D, E), (a, b, c, d, e)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 697 | $($idx: $abc),+ [INFO] [stderr] 698 | ) -> View< [INFO] [stderr] | __________________^ [INFO] [stderr] 699 | | T, [INFO] [stderr] 700 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 701 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 702 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 713 | $($idx: $abc),+, [INFO] [stderr] 714 | ) -> ViewMut< [INFO] [stderr] | __________________^ [INFO] [stderr] 715 | | T, [INFO] [stderr] 716 | | <($($abc,)+) as ViewIndex>::Shape<($($xyz,)+)>, [INFO] [stderr] 717 | | <($($abc,)+) as ViewIndex>::Layout, [INFO] [stderr] 718 | | > { [INFO] [stderr] | |_____________^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 730 | impl_view!((X, Y, Z, W, U, V), (A, B, C, D, E, F), (a, b, c, d, e, f)); [INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tensor.rs:99:41 [INFO] [stderr] | [INFO] [stderr] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [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] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `mdarray` (lib) generated 49 warnings (run `cargo fix --lib -p mdarray` to apply 49 suggestions) [INFO] [stderr] warning: `mdarray` (lib test) generated 49 warnings (49 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mdarray-a23cd04b73051963) [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-3708eaf7bbfddf43) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_expr ... ok [INFO] [stdout] test test_base ... ok [INFO] [stdout] test test_hash ... ok [INFO] [stdout] test test_index ... ok [INFO] [stdout] test test_mapping ... ok [INFO] [stdout] test test_macros ... ok [INFO] [stdout] test test_ops ... ok [INFO] [stdout] test test_traits ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests mdarray [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/expr/adapters.rs - expr::adapters::enumerate (line 75) ... ok [INFO] [stdout] test src/expr/adapters.rs - expr::adapters::map (line 90) ... ok [INFO] [stdout] test src/expr/mod.rs - expr::fold (line 23) ... ok [INFO] [stdout] test src/expr/sources.rs - expr::sources::fill (line 75) ... ok [INFO] [stdout] test src/expr/mod.rs - expr::for_each (line 38) ... ok [INFO] [stdout] test src/expr/adapters.rs - expr::adapters::zip (line 109) ... ok [INFO] [stdout] test src/expr/sources.rs - expr::sources::from_elem (line 109) ... ok [INFO] [stdout] test src/ops.rs - ops::step (line 37) ... ok [INFO] [stdout] test src/slice.rs - slice::Slice::reshape (line 449) ... ok [INFO] [stdout] test src/macros.rs - macros::tensor (line 84) ... ok [INFO] [stdout] test src/view.rs - view::View<'a,T,S,L>::into_shape (line 183) ... ok [INFO] [stdout] test src/macros.rs - macros::view (line 140) ... ok [INFO] [stdout] test src/view.rs - view::ViewMut<'a,T,S,L>::into_shape (line 183) ... ok [INFO] [stdout] test src/expr/adapters.rs - expr::adapters::copied (line 60) ... ok [INFO] [stdout] test src/macros.rs - macros::array (line 18) ... ok [INFO] [stdout] test src/lib.rs - (line 125) ... ok [INFO] [stdout] test src/expr/sources.rs - expr::sources::from_fn (line 122) ... ok [INFO] [stdout] test src/expr/adapters.rs - expr::adapters::cloned (line 45) ... ok [INFO] [stdout] test src/tensor.rs - tensor::Tensor::into_shape (line 238) ... ok [INFO] [stdout] test src/expr/sources.rs - expr::sources::fill_with (line 92) ... ok [INFO] [stdout] test src/macros.rs - macros::view (line 150) ... ok [INFO] [stdout] test src/macros.rs - macros::array (line 8) ... ok [INFO] [stdout] test src/macros.rs - macros::tensor (line 74) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "17409c443a97660fe3496a98069750a207dbb71fda0cfd240f4e3627238b0aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17409c443a97660fe3496a98069750a207dbb71fda0cfd240f4e3627238b0aa5", kill_on_drop: false }` [INFO] [stdout] 17409c443a97660fe3496a98069750a207dbb71fda0cfd240f4e3627238b0aa5