[INFO] cloning repository https://github.com/strasdat/sophus-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/strasdat/sophus-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrasdat%2Fsophus-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrasdat%2Fsophus-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 111711cfbe871021a02934dee2586e04a6d4c9db [INFO] checking strasdat/sophus-rs against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrasdat%2Fsophus-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/strasdat/sophus-rs [INFO] finished tweaking git repo https://github.com/strasdat/sophus-rs [INFO] tweaked toml for git repo https://github.com/strasdat/sophus-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/strasdat/sophus-rs on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/strasdat/sophus-rs 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 363c60d519f20ec8da4aef0357c55d050a86e35303919c6934da2803ec33d060 [INFO] running `Command { std: "docker" "start" "-a" "363c60d519f20ec8da4aef0357c55d050a86e35303919c6934da2803ec33d060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "363c60d519f20ec8da4aef0357c55d050a86e35303919c6934da2803ec33d060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "363c60d519f20ec8da4aef0357c55d050a86e35303919c6934da2803ec33d060", kill_on_drop: false }` [INFO] [stdout] 363c60d519f20ec8da4aef0357c55d050a86e35303919c6934da2803ec33d060 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13c1fc0ecb762be5cc95cca025b8109afadd46f1f79ea9ac9621af0ac8da662a [INFO] running `Command { std: "docker" "start" "-a" "13c1fc0ecb762be5cc95cca025b8109afadd46f1f79ea9ac9621af0ac8da662a", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Checking bytemuck v1.13.1 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking reborrow v0.5.4 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rustix v0.38.6 [INFO] [stderr] Checking raw-cpuid v10.7.0 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking linux-raw-sys v0.4.5 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking dyn-stack v0.9.0 [INFO] [stderr] Checking safe_arch v0.7.1 [INFO] [stderr] Compiling dfdx v0.13.0 (https://github.com/farm-ng/dfdx#ac85e1c9) [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling faer-core v0.9.1 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Checking coe-rs v0.1.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking assertables v7.0.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking tuple_list v0.1.3 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling assert2-macros v0.3.11 [INFO] [stderr] Checking wide v0.7.11 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Checking num-complex v0.4.3 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking gemm-common v0.15.4 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking pulp v0.13.1 [INFO] [stderr] Checking proptest v1.2.0 [INFO] [stderr] Checking gemm-f32 v0.15.4 [INFO] [stderr] Checking gemm-c32 v0.15.4 [INFO] [stderr] Checking gemm-f64 v0.15.4 [INFO] [stderr] Checking gemm-c64 v0.15.4 [INFO] [stderr] Checking simba v0.8.1 [INFO] [stderr] Checking gemm-f16 v0.15.4 [INFO] [stderr] Checking gemm v0.15.4 [INFO] [stderr] Compiling enum_dispatch v0.3.12 [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | TryConv2D, Const

, Const, Const>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ I / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | TryConv2D, Const

, Const, Const>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ I / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | TryConvTrans2D, Const

, Const, Const>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ O / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | TryConvTrans2D, Const

, Const, Const>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ O / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:43:65 [INFO] [stdout] | [INFO] [stdout] 43 | Tensor<(C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>: Sized, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:43:65 [INFO] [stdout] | [INFO] [stdout] 43 | Tensor<(C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>: Sized, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:43:65 [INFO] [stdout] | [INFO] [stdout] 43 | Tensor<(C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>: Sized, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | type Error = ::Err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | type Error = ::Err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | type Error = ::Err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / fn try_forward( [INFO] [stdout] 49 | | &self, [INFO] [stdout] 50 | | x: Tensor<(C, Const, Const), E, D, T>, [INFO] [stdout] 51 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / fn try_forward( [INFO] [stdout] 49 | | &self, [INFO] [stdout] 50 | | x: Tensor<(C, Const, Const), E, D, T>, [INFO] [stdout] 51 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / fn try_forward( [INFO] [stdout] 49 | | &self, [INFO] [stdout] 50 | | x: Tensor<(C, Const, Const), E, D, T>, [INFO] [stdout] 51 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:70:68 [INFO] [stdout] | [INFO] [stdout] 70 | Tensor<(B, C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>: Sized, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:70:68 [INFO] [stdout] | [INFO] [stdout] 70 | Tensor<(B, C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>: Sized, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:70:68 [INFO] [stdout] | [INFO] [stdout] 70 | Tensor<(B, C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>: Sized, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | type Error = ::Err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | type Error = ::Err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | type Error = ::Err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | / fn try_forward( [INFO] [stdout] 76 | | &self, [INFO] [stdout] 77 | | x: Tensor<(B, C, Const, Const), E, D, T>, [INFO] [stdout] 78 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | / fn try_forward( [INFO] [stdout] 76 | | &self, [INFO] [stdout] 77 | | x: Tensor<(B, C, Const, Const), E, D, T>, [INFO] [stdout] 78 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | / fn try_forward( [INFO] [stdout] 76 | | &self, [INFO] [stdout] 77 | | x: Tensor<(B, C, Const, Const), E, D, T>, [INFO] [stdout] 78 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking sprs v0.11.1 [INFO] [stderr] Compiling nalgebra-macros v0.2.1 [INFO] [stderr] Checking assert2 v0.3.11 [INFO] [stderr] Checking sprs-ldl v0.10.0 [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 114 | slice_shape!([D1][R1][0]); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 114 | slice_shape!([D1][R1: 'static][0]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 114 | slice_shape!([D1][R1][0]); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 114 | slice_shape!([D1][R1: 'static][0]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 114 | slice_shape!([D1][R1][0]); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 114 | slice_shape!([D1][R1: 'static][0]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 114 | slice_shape!([D1][R1][0]); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 114 | slice_shape!([D1][R1: 'static][0]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1: 'static R2] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2: 'static] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2: 'static] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1: 'static R2] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1: 'static R2] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2: 'static] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2: 'static] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1: 'static R2] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1: 'static R2 R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2: 'static R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3: 'static] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3: 'static] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2: 'static R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1: 'static R2 R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1: 'static R2 R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2: 'static R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3: 'static] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3: 'static] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2: 'static R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1: 'static R2 R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1: 'static R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2: 'static R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3: 'static R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4: 'static] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4: 'static] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3: 'static R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2: 'static R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1: 'static R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1: 'static R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2: 'static R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3: 'static R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4: 'static] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4: 'static] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3: 'static R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2: 'static R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1: 'static R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1: 'static R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2: 'static R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3: 'static R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4: 'static R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5: 'static] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R5` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5: 'static] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4: 'static R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3: 'static R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2: 'static R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1: 'static R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1: 'static R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2: 'static R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3: 'static R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4: 'static R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5: 'static] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R5` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5: 'static] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4: 'static R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3: 'static R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2: 'static R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1: 'static R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1: 'static R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2: 'static R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3: 'static R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4: 'static R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5: 'static R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R6` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R6` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6: 'static] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R6` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R6` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R6` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6: 'static] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R5` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5: 'static R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4: 'static R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3: 'static R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2: 'static R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | impl<$($range: RangeBounds),*> SliceShape<($($range,)*)> for [usize; {length!($($range)*)}] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds... [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub trait SliceShape: Shape { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1: 'static R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1: 'static R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2: 'static R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3: 'static R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4: 'static R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5: 'static R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R6` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R6` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6: 'static] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R6` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R6` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R6` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6: 'static] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R5` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5: 'static R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4: 'static R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3: 'static R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2: 'static R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1: 'static R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | type Output = <(Img, Tensor, E, D>) as TryConv2D< [INFO] [stdout] | ___________________^ [INFO] [stdout] 141 | | Const, [INFO] [stdout] 142 | | Const

, [INFO] [stdout] 143 | | Const, [INFO] [stdout] 144 | | Const, [INFO] [stdout] 145 | | >>::Convolved; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ I / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | type Output = <(Img, Tensor, E, D>) as TryConv2D< [INFO] [stdout] | ___________________^ [INFO] [stdout] 141 | | Const, [INFO] [stdout] 142 | | Const

, [INFO] [stdout] 143 | | Const, [INFO] [stdout] 144 | | Const, [INFO] [stdout] 145 | | >>::Convolved; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ I / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:146:18 [INFO] [stdout] | [INFO] [stdout] 146 | type Error = <(Img, Tensor, E, D>) as TryConv2D< [INFO] [stdout] | __________________^ [INFO] [stdout] 147 | | Const, [INFO] [stdout] 148 | | Const

, [INFO] [stdout] 149 | | Const, [INFO] [stdout] 150 | | Const, [INFO] [stdout] 151 | | >>::Error; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ I / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:146:18 [INFO] [stdout] | [INFO] [stdout] 146 | type Error = <(Img, Tensor, E, D>) as TryConv2D< [INFO] [stdout] | __________________^ [INFO] [stdout] 147 | | Const, [INFO] [stdout] 148 | | Const

, [INFO] [stdout] 149 | | Const, [INFO] [stdout] 150 | | Const, [INFO] [stdout] 151 | | >>::Error; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ I / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:153:38 [INFO] [stdout] | [INFO] [stdout] 153 | fn try_forward(&self, x: Img) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ I / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/conv.rs:153:38 [INFO] [stdout] | [INFO] [stdout] 153 | fn try_forward(&self, x: Img) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ I / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 131 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | type Output = <(Img, Tensor, E, D>) as TryConvTrans2D< [INFO] [stdout] | ___________________^ [INFO] [stdout] 138 | | Const, [INFO] [stdout] 139 | | Const

, [INFO] [stdout] 140 | | Const, [INFO] [stdout] 141 | | Const, [INFO] [stdout] 142 | | >>::Convolved; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ O / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | type Output = <(Img, Tensor, E, D>) as TryConvTrans2D< [INFO] [stdout] | ___________________^ [INFO] [stdout] 138 | | Const, [INFO] [stdout] 139 | | Const

, [INFO] [stdout] 140 | | Const, [INFO] [stdout] 141 | | Const, [INFO] [stdout] 142 | | >>::Convolved; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ O / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | type Error = <(Img, Tensor, E, D>) as TryConvTrans2D< [INFO] [stdout] | __________________^ [INFO] [stdout] 144 | | Const, [INFO] [stdout] 145 | | Const

, [INFO] [stdout] 146 | | Const, [INFO] [stdout] 147 | | Const, [INFO] [stdout] 148 | | >>::Error; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ O / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:143:18 [INFO] [stdout] | [INFO] [stdout] 143 | type Error = <(Img, Tensor, E, D>) as TryConvTrans2D< [INFO] [stdout] | __________________^ [INFO] [stdout] 144 | | Const, [INFO] [stdout] 145 | | Const

, [INFO] [stdout] 146 | | Const, [INFO] [stdout] 147 | | Const, [INFO] [stdout] 148 | | >>::Error; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_____________the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ O / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:150:38 [INFO] [stdout] | [INFO] [stdout] 150 | fn try_forward(&self, x: Img) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const, shape::Const<{ O / G }>, shape::Const, shape::Const)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Img` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/convtrans.rs:150:38 [INFO] [stdout] | [INFO] [stdout] 150 | fn try_forward(&self, x: Img) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `Img` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ O / G }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 128 | Img: 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | type Output = Tensor, E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const<{ C * H * W }>,)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | impl, E: Dtype, T: Tape + 'static> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | type Output = Tensor, E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ C * H * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | impl, E: Dtype, T: Tape + 'static> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:26:70 [INFO] [stdout] | [INFO] [stdout] 26 | fn try_forward(&self, input: Tensor, E, D, T>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(shape::Const<{ C * H * W }>,)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | impl, E: Dtype, T: Tape + 'static> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:26:70 [INFO] [stdout] | [INFO] [stdout] 26 | fn try_forward(&self, input: Tensor, E, D, T>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ C * H * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | impl, E: Dtype, T: Tape + 'static> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Output = Tensor<(B, Const<{ C * H * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, shape::Const<{ C * H * W }>)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 36 | T: Tape + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Output = Tensor<(B, Const<{ C * H * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ C * H * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 36 | T: Tape + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, shape::Const<{ C * H * W }>)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 36 | T: Tape + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ C * H * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 36 | T: Tape + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | type Output = Tensor<(C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | type Output = Tensor<(C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | type Output = Tensor<(C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | type Output = Tensor<(B, C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | type Output = Tensor<(B, C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | type Output = Tensor<(B, C, Const<{ IH * H }>, Const<{ IW * W }>), E, D, T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/tensor/tensor_impls.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Tensor, T = NoneTape> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `(B, C, shape::Const<{ IH * H }>, shape::Const<{ IW * W }>)` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IW * W }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `shape::Const<{ IH * H }>` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 114 | slice_shape!([D1][R1][0]); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 114 | slice_shape!([D1][R1: 'static][0]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 114 | slice_shape!([D1][R1][0]); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 114 | slice_shape!([D1][R1: 'static][0]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1: 'static R2] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2: 'static] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2: 'static] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1 R2] [0 1]); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 115 | slice_shape!([D1 D2] [R1: 'static R2] [0 1]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1: 'static R2 R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2: 'static R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3: 'static] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3: 'static] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2: 'static R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1 R2 R3] [0 1 2]); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 116 | slice_shape!([D1 D2 D3] [R1: 'static R2 R3] [0 1 2]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1: 'static R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2: 'static R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3: 'static R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4: 'static] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4: 'static] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3: 'static R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2: 'static R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1 R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 117 | slice_shape!([D1 D2 D3 D4] [R1: 'static R2 R3 R4] [0 1 2 3]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1: 'static R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2: 'static R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3: 'static R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4: 'static R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5: 'static] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R5` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5: 'static] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4: 'static R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3: 'static R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2: 'static R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1 R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 118 | slice_shape!([D1 D2 D3 D4 D5] [R1: 'static R2 R3 R4 R5] [0 1 2 3 4]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1: 'static R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2: 'static R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3: 'static R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4: 'static R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5: 'static R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R6` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R6` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `[usize; {length!($($range)*)}]` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6: 'static] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R6` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R6` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R6` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6: 'static] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R5` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R5` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R5` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5: 'static R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R4` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R4` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R4` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4: 'static R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R3` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R3` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R3` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3: 'static R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R2` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R2` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R2` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2: 'static R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `R1` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/shapes/slice.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | fn slice(&self, range: &($($range,)*)) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `R1` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `R1` will meet its required lifetime bounds [INFO] [stdout] ... [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1 R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `slice_shape` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 119 | slice_shape!([D1 D2 D3 D4 D5 D6] [R1: 'static R2 R3 R4 R5 R6] [0 1 2 3 4 5]); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking nalgebra v0.32.3 [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | input.try_reshape() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | impl, E: Dtype, T: Tape + 'static> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/flatten.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | input.try_reshape_like(&(batch, Const)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 36 | T: Tape + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / fn try_forward( [INFO] [stdout] 49 | | &self, [INFO] [stdout] 50 | | x: Tensor<(C, Const, Const), E, D, T>, [INFO] [stdout] 51 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `M` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | x.generic_upscale2d_like(M::default(), Const, Const) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `M` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | / fn try_forward( [INFO] [stdout] 76 | | &self, [INFO] [stdout] 77 | | x: Tensor<(B, C, Const, Const), E, D, T>, [INFO] [stdout] 78 | | ) -> Result { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |__________________________________________the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `M` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `M` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/dfdx-12d787959002c2d5/ac85e1c/src/nn/upscale.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | x.generic_upscale2d_like(M::default(), Const, Const) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `M` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `M` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 65 | M: UpscaleMethod + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dfdx` (lib) due to 186 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "13c1fc0ecb762be5cc95cca025b8109afadd46f1f79ea9ac9621af0ac8da662a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13c1fc0ecb762be5cc95cca025b8109afadd46f1f79ea9ac9621af0ac8da662a", kill_on_drop: false }` [INFO] [stdout] 13c1fc0ecb762be5cc95cca025b8109afadd46f1f79ea9ac9621af0ac8da662a