[INFO] fetching crate mdarray 0.7.0... [INFO] checking mdarray-0.7.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate mdarray 0.7.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mdarray 0.7.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a75c89dbdb9d47392b926a77a145b3771a699c05404df834a49072d3abff929 [INFO] running `Command { std: "docker" "start" "-a" "9a75c89dbdb9d47392b926a77a145b3771a699c05404df834a49072d3abff929", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a75c89dbdb9d47392b926a77a145b3771a699c05404df834a49072d3abff929", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a75c89dbdb9d47392b926a77a145b3771a699c05404df834a49072d3abff929", kill_on_drop: false }` [INFO] [stdout] 9a75c89dbdb9d47392b926a77a145b3771a699c05404df834a49072d3abff929 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e2132ecd0f76ccac5dae50b6f949d4868dd2e7672ce20e3b64f112adec99c62 [INFO] running `Command { std: "docker" "start" "-a" "2e2132ecd0f76ccac5dae50b6f949d4868dd2e7672ce20e3b64f112adec99c62", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Checking 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] Checking serde_test v1.0.177 [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 5.42s [INFO] running `Command { std: "docker" "inspect" "2e2132ecd0f76ccac5dae50b6f949d4868dd2e7672ce20e3b64f112adec99c62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e2132ecd0f76ccac5dae50b6f949d4868dd2e7672ce20e3b64f112adec99c62", kill_on_drop: false }` [INFO] [stdout] 2e2132ecd0f76ccac5dae50b6f949d4868dd2e7672ce20e3b64f112adec99c62