[INFO] fetching crate mdarray 0.7.0... [INFO] testing mdarray-0.7.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate mdarray 0.7.0 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mdarray 0.7.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2caf771fdac6515ea4cf5c4dbd1bd0b89d8905344d5946786cf39a65f0f637fc [INFO] running `Command { std: "docker" "start" "-a" "2caf771fdac6515ea4cf5c4dbd1bd0b89d8905344d5946786cf39a65f0f637fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2caf771fdac6515ea4cf5c4dbd1bd0b89d8905344d5946786cf39a65f0f637fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2caf771fdac6515ea4cf5c4dbd1bd0b89d8905344d5946786cf39a65f0f637fc", kill_on_drop: false }` [INFO] [stdout] 2caf771fdac6515ea4cf5c4dbd1bd0b89d8905344d5946786cf39a65f0f637fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0d51dc9f3e7cead33b31a79f92574ce0ab3dac0d64b1210789a0bae09f6340ac [INFO] running `Command { std: "docker" "start" "-a" "0d51dc9f3e7cead33b31a79f92574ce0ab3dac0d64b1210789a0bae09f6340ac", kill_on_drop: false }` [INFO] [stderr] Compiling mdarray v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn at(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ViewMut, Split> { [INFO] [stdout] | ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn col(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn cols_mut(&mut self) -> LanesMut { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn diag(&self, index: isize) -> View { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn expr_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:305:27 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn lanes(&self, axis: A) -> Lanes { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:345:23 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn outer_expr(&self) -> AxisExpr> { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 373 | perm: I, [INFO] [stdout] 374 | ) -> View::Shape, ::Layout> [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 393 | perm: I, [INFO] [stdout] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stdout] | --------------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:422:43 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn remap_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:429:20 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View::Layout> { [INFO] [stdout] | ^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:460:34 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn reshape(&self, shape: I) -> View { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:518:21 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn rows_mut(&mut self) -> LanesMut { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 535 | mid: usize, [INFO] [stdout] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stdout] | ------------------------------- ------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 548 | mid: usize, [INFO] [stdout] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stdout] | ---------------------------------- ---------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stdout] | ------------------------------------- ------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stdout] | ---------------------------------------- ---------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tensor.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.25s [INFO] running `Command { std: "docker" "inspect" "0d51dc9f3e7cead33b31a79f92574ce0ab3dac0d64b1210789a0bae09f6340ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d51dc9f3e7cead33b31a79f92574ce0ab3dac0d64b1210789a0bae09f6340ac", kill_on_drop: false }` [INFO] [stdout] 0d51dc9f3e7cead33b31a79f92574ce0ab3dac0d64b1210789a0bae09f6340ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5a4bb0dc2af6c96a4a6a9330be211e3eecedf94df6a7165cd0a8722243fb4136 [INFO] running `Command { std: "docker" "start" "-a" "5a4bb0dc2af6c96a4a6a9330be211e3eecedf94df6a7165cd0a8722243fb4136", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn at(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ViewMut, Split> { [INFO] [stdout] | ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn col(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn cols_mut(&mut self) -> LanesMut { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn diag(&self, index: isize) -> View { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn expr_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:305:27 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn lanes(&self, axis: A) -> Lanes { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:345:23 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn outer_expr(&self) -> AxisExpr> { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 373 | perm: I, [INFO] [stdout] 374 | ) -> View::Shape, ::Layout> [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 393 | perm: I, [INFO] [stdout] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stdout] | --------------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:422:43 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn remap_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:429:20 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View::Layout> { [INFO] [stdout] | ^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:460:34 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn reshape(&self, shape: I) -> View { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:518:21 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn rows_mut(&mut self) -> LanesMut { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 535 | mid: usize, [INFO] [stdout] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stdout] | ------------------------------- ------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 548 | mid: usize, [INFO] [stdout] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stdout] | ---------------------------------- ---------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stdout] | ------------------------------------- ------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stdout] | ---------------------------------------- ---------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tensor.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn at(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ViewMut, Split> { [INFO] [stdout] | ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:116:31 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn col(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn cols_mut(&mut self) -> LanesMut { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn diag(&self, index: isize) -> View { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn expr_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:305:27 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn lanes(&self, axis: A) -> Lanes { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:345:23 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn outer_expr(&self) -> AxisExpr> { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 373 | perm: I, [INFO] [stdout] 374 | ) -> View::Shape, ::Layout> [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 393 | perm: I, [INFO] [stdout] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stdout] | --------------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:422:43 [INFO] [stdout] | [INFO] [stdout] 422 | pub fn remap_mut(&mut self) -> ViewMut { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:429:20 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View::Layout> { [INFO] [stdout] | ^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:460:34 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn reshape(&self, shape: I) -> View { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:518:21 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn rows_mut(&mut self) -> LanesMut { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 535 | mid: usize, [INFO] [stdout] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stdout] | ------------------------------- ------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 548 | mid: usize, [INFO] [stdout] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stdout] | ---------------------------------- ---------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stdout] | ------------------------------------- ------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stdout] | ---------------------------------------- ---------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 725 | impl_view!((X), (A), (a)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 698 | ) -> View<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 714 | ) -> ViewMut<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tensor.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 11.03s [INFO] running `Command { std: "docker" "inspect" "5a4bb0dc2af6c96a4a6a9330be211e3eecedf94df6a7165cd0a8722243fb4136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a4bb0dc2af6c96a4a6a9330be211e3eecedf94df6a7165cd0a8722243fb4136", kill_on_drop: false }` [INFO] [stdout] 5a4bb0dc2af6c96a4a6a9330be211e3eecedf94df6a7165cd0a8722243fb4136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4eeb30f9e7b26043c3e8e3a2661372116e5460a84ea5be54c3f4f1b684269e5d [INFO] running `Command { std: "docker" "start" "-a" "4eeb30f9e7b26043c3e8e3a2661372116e5460a84ea5be54c3f4f1b684269e5d", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn at(&self, index: usize) -> View { [INFO] [stderr] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn at(&self, index: usize) -> View<'_, T, S::Tail, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 103 | ) -> ViewMut, Split> { [INFO] [stderr] | ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 103 | ) -> ViewMut<'_, T, A::Remove, Split> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn axis_expr(&self, axis: A) -> AxisExpr { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:138:16 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn col(&self, index: usize) -> View { [INFO] [stderr] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 138 | pub fn col(&self, index: usize) -> View<'_, T, (S::Head,), Strided> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn cols(&self) -> Lanes { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 160 | pub fn cols(&self) -> Lanes<'_, T, S, L, Cols> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:169:21 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn cols_mut(&mut self) -> LanesMut { [INFO] [stderr] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 169 | pub fn cols_mut(&mut self) -> LanesMut<'_, T, S, L, Cols> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:188:17 [INFO] [stderr] | [INFO] [stderr] 188 | pub fn diag(&self, index: isize) -> View { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 188 | pub fn diag(&self, index: isize) -> View<'_, T, (Dyn,), Strided> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:217:17 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn expr(&self) -> View { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 217 | pub fn expr(&self) -> View<'_, T, S, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:222:21 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn expr_mut(&mut self) -> ViewMut { [INFO] [stderr] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 222 | pub fn expr_mut(&mut self) -> ViewMut<'_, T, S, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:244:20 [INFO] [stderr] | [INFO] [stderr] 244 | pub fn flatten(&self) -> View { [INFO] [stderr] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 244 | pub fn flatten(&self) -> View<'_, T, (Dyn,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:253:24 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn flatten_mut(&mut self) -> ViewMut { [INFO] [stderr] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 253 | pub fn flatten_mut(&mut self) -> ViewMut<'_, T, (Dyn,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:305:27 [INFO] [stderr] | [INFO] [stderr] 305 | pub fn lanes(&self, axis: A) -> Lanes { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 305 | pub fn lanes(&self, axis: A) -> Lanes<'_, T, S, L, A> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:345:23 [INFO] [stderr] | [INFO] [stderr] 345 | pub fn outer_expr(&self) -> AxisExpr> { [INFO] [stderr] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 345 | pub fn outer_expr(&self) -> AxisExpr<'_, T, S, L, Const<0>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:357:27 [INFO] [stderr] | [INFO] [stderr] 357 | pub fn outer_expr_mut(&mut self) -> AxisExprMut> { [INFO] [stderr] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:372:9 [INFO] [stderr] | [INFO] [stderr] 372 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 373 | perm: I, [INFO] [stderr] 374 | ) -> View::Shape, ::Layout> [INFO] [stderr] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 374 | ) -> View<'_, T, ::Shape, ::Layout> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:392:9 [INFO] [stderr] | [INFO] [stderr] 392 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 393 | perm: I, [INFO] [stderr] 394 | ) -> ViewMut::Shape, ::Layout> [INFO] [stderr] | --------------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 394 | ) -> ViewMut<'_, T, ::Shape, ::Layout> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:411:39 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn remap(&self) -> View { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 411 | pub fn remap(&self) -> View<'_, T, R, K> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:422:43 [INFO] [stderr] | [INFO] [stderr] 422 | pub fn remap_mut(&mut self) -> ViewMut { [INFO] [stderr] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 422 | pub fn remap_mut(&mut self) -> ViewMut<'_, T, R, K> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:429:20 [INFO] [stderr] | [INFO] [stderr] 429 | pub fn reorder(&self) -> View::Layout> { [INFO] [stderr] | ^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 429 | pub fn reorder(&self) -> View<'_, T, S::Reverse, ::Layout> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:436:24 [INFO] [stderr] | [INFO] [stderr] 436 | pub fn reorder_mut(&mut self) -> ViewMut::Layout> { [INFO] [stderr] | ^^^^^^^^^ ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 436 | pub fn reorder_mut(&mut self) -> ViewMut<'_, T, S::Reverse, ::Layout> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:460:34 [INFO] [stderr] | [INFO] [stderr] 460 | pub fn reshape(&self, shape: I) -> View { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 460 | pub fn reshape(&self, shape: I) -> View<'_, T, I::IntoShape, L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 487 | pub fn row(&self, index: usize) -> View<'_, T, (::Head,), L> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:509:17 [INFO] [stderr] | [INFO] [stderr] 509 | pub fn rows(&self) -> Lanes { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 509 | pub fn rows(&self) -> Lanes<'_, T, S, L, Rows> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:518:21 [INFO] [stderr] | [INFO] [stderr] 518 | pub fn rows_mut(&mut self) -> LanesMut { [INFO] [stderr] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 518 | pub fn rows_mut(&mut self) -> LanesMut<'_, T, S, L, Rows> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:534:9 [INFO] [stderr] | [INFO] [stderr] 534 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 535 | mid: usize, [INFO] [stderr] 536 | ) -> (View, S>, L>, View, S>, L>) { [INFO] [stderr] | ------------------------------- ------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 536 | ) -> (View<'_, T, Resize, S>, L>, View<'_, T, Resize, S>, L>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:547:9 [INFO] [stderr] | [INFO] [stderr] 547 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 548 | mid: usize, [INFO] [stderr] 549 | ) -> (ViewMut, S>, L>, ViewMut, S>, L>) { [INFO] [stderr] | ---------------------------------- ---------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 549 | ) -> (ViewMut<'_, T, Resize, S>, L>, ViewMut<'_, T, Resize, S>, L>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:564:9 [INFO] [stderr] | [INFO] [stderr] 564 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 567 | ) -> (View, Split>, View, Split>) { [INFO] [stderr] | ------------------------------------- ------------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 567 | ) -> (View<'_, T, Resize, Split>, View<'_, T, Resize, Split>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:582:9 [INFO] [stderr] | [INFO] [stderr] 582 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 585 | ) -> (ViewMut, Split>, ViewMut, Split>) { [INFO] [stderr] | ---------------------------------------- ---------------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 585 | ) -> (ViewMut<'_, T, Resize, Split>, ViewMut<'_, T, Resize, Split>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stderr] ... [INFO] [stderr] 725 | impl_view!((X), (A), (a)); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stderr] ... [INFO] [stderr] 725 | impl_view!((X), (A), (a)); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stderr] ... [INFO] [stderr] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [INFO] [stderr] ... [INFO] [stderr] 726 | impl_view!((X, Y), (A, B), (a, b)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:696:17 [INFO] [stderr] | [INFO] [stderr] 696 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 698 | ) -> View<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:712:17 [INFO] [stderr] | [INFO] [stderr] 712 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [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 lifetime gets resolved as `'_` [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] = note: this warning originates in the macro `impl_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 714 | ) -> ViewMut<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/tensor.rs:99:41 [INFO] [stderr] | [INFO] [stderr] 99 | pub fn drain>(&mut self, range: R) -> IntoExpr> { [INFO] [stderr] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stderr] warning: `mdarray` (lib test) generated 49 warnings (49 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/mdarray-f8cf51da1f2d77ae) [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test-ca70b9da7182ec39) [INFO] [stdout] test test_index ... ok [INFO] [stdout] test test_expr ... ok [INFO] [stdout] test test_hash ... ok [INFO] [stdout] test test_base ... ok [INFO] [stdout] test test_mapping ... ok [INFO] [stdout] test test_ops ... ok [INFO] [stdout] test test_traits ... ok [INFO] [stdout] test test_macros ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4eeb30f9e7b26043c3e8e3a2661372116e5460a84ea5be54c3f4f1b684269e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4eeb30f9e7b26043c3e8e3a2661372116e5460a84ea5be54c3f4f1b684269e5d", kill_on_drop: false }` [INFO] [stdout] 4eeb30f9e7b26043c3e8e3a2661372116e5460a84ea5be54c3f4f1b684269e5d