[INFO] fetching crate interact 0.3.6...
[INFO] testing interact-0.3.6 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0
[INFO] extracting crate interact 0.3.6 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate interact 0.3.6
[INFO] finished tweaking crates.io crate interact 0.3.6
[INFO] tweaked toml for crates.io crate interact 0.3.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate interact 0.3.6 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Locking 44 packages to latest compatible versions
[INFO] [stderr] Adding pretty_assertions v0.5.1 (available: v1.4.1)
[INFO] [stderr] Adding rand v0.5.6 (available: v0.9.1)
[INFO] [stderr] Adding ron v0.4.2 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded interact_derive v0.3.6
[INFO] [stderr] Downloaded pretty_assertions v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3df37319af67e7493d0f28721209d752667542f70b6dcc0f1910c2e02369fa56
[INFO] running `Command { std: "docker" "start" "-a" "3df37319af67e7493d0f28721209d752667542f70b6dcc0f1910c2e02369fa56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3df37319af67e7493d0f28721209d752667542f70b6dcc0f1910c2e02369fa56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3df37319af67e7493d0f28721209d752667542f70b6dcc0f1910c2e02369fa56", kill_on_drop: false }`
[INFO] [stdout] 3df37319af67e7493d0f28721209d752667542f70b6dcc0f1910c2e02369fa56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] b136f3a6abc8a5b7b2bf99ae5672f9983a1785bedfc6bfecbd53c9eeaa82ae73
[INFO] running `Command { std: "docker" "start" "-a" "b136f3a6abc8a5b7b2bf99ae5672f9983a1785bedfc6bfecbd53c9eeaa82ae73", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.95
[INFO] [stderr] Compiling unicode-ident v1.0.18
[INFO] [stderr] Compiling thiserror v2.0.12
[INFO] [stderr] Compiling proc-macro2 v0.4.30
[INFO] [stderr] Compiling memchr v2.7.5
[INFO] [stderr] Compiling unicode-xid v0.1.0
[INFO] [stderr] Compiling ucd-trie v0.1.7
[INFO] [stderr] Compiling serde v1.0.219
[INFO] [stderr] Compiling syn v0.15.44
[INFO] [stderr] Compiling byteorder v1.5.0
[INFO] [stderr] Compiling bitflags v1.3.2
[INFO] [stderr] Compiling base64 v0.10.1
[INFO] [stderr] Compiling quote v1.0.40
[INFO] [stderr] Compiling quote v0.6.13
[INFO] [stderr] Compiling syn v2.0.104
[INFO] [stderr] Compiling thiserror-impl v2.0.12
[INFO] [stderr] Compiling serde_derive v1.0.219
[INFO] [stderr] Compiling pest v2.8.1
[INFO] [stderr] Compiling interact_derive v0.3.6
[INFO] [stderr] Compiling pest_meta v2.8.1
[INFO] [stderr] Compiling pest_generator v2.8.1
[INFO] [stderr] Compiling pest_derive v2.8.1
[INFO] [stderr] Compiling ron v0.4.2
[INFO] [stderr] Compiling interact v0.3.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/climber.rs:82:44
[INFO] [stdout] |
[INFO] [stdout] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 466 | / climber_impl!(
[INFO] [stdout] 467 | | check_field_access,
[INFO] [stdout] 468 | | immut,
[INFO] [stdout] 469 | | check_field_access_immut,
[INFO] [stdout] ... |
[INFO] [stdout] 476 | | reflect
[INFO] [stdout] 477 | | )
[INFO] [stdout] | |_________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/climber.rs:82:44
[INFO] [stdout] |
[INFO] [stdout] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 484 | / climber_impl!(check_field_access, mut, check_field_access_mut,
[INFO] [stdout] 485 | | get_field_by_idx_mut, get_field_by_name_mut, general_access_mut, get_variant_struct_mut,
[INFO] [stdout] 486 | | EnumOrStructMut, self, reflect)
[INFO] [stdout] | |_____________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/root.rs:99:10
[INFO] [stdout] |
[INFO] [stdout] 99 | };
[INFO] [stdout] | ^ help: remove this semicolon
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access.rs:122:21
[INFO] [stdout] |
[INFO] [stdout] 122 | fn immut_access(&self) -> ImmutAccess;
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn immut_access(&self) -> ImmutAccess<'_>;
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access.rs:125:19
[INFO] [stdout] |
[INFO] [stdout] 125 | fn mut_access(&mut self) -> MutAccess;
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 125 | fn mut_access(&mut self) -> MutAccess<'_>;
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:13:21
[INFO] [stdout] |
[INFO] [stdout] 13 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 13 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:17:19
[INFO] [stdout] |
[INFO] [stdout] 17 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 17 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:34:21
[INFO] [stdout] |
[INFO] [stdout] 34 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 34 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:38:19
[INFO] [stdout] |
[INFO] [stdout] 38 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 38 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:49:21
[INFO] [stdout] |
[INFO] [stdout] 49 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 49 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:53:19
[INFO] [stdout] |
[INFO] [stdout] 53 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 53 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:64:21
[INFO] [stdout] |
[INFO] [stdout] 64 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 64 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:68:19
[INFO] [stdout] |
[INFO] [stdout] 68 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 68 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:82:21
[INFO] [stdout] |
[INFO] [stdout] 82 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 82 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:86:19
[INFO] [stdout] |
[INFO] [stdout] 86 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 86 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:141:21
[INFO] [stdout] |
[INFO] [stdout] 141 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 141 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:145:19
[INFO] [stdout] |
[INFO] [stdout] 145 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 145 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:178:21
[INFO] [stdout] |
[INFO] [stdout] 178 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 178 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:182:19
[INFO] [stdout] |
[INFO] [stdout] 182 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 182 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stdout] | ----------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stdout] | ----------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stdout] | ------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stdout] | ------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stdout] | --------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stdout] | --------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stdout] | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stdout] | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 135 | sized_iter!(&[T], immut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 135 | sized_iter!(&[T], immut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/root.rs:19:20
[INFO] [stdout] |
[INFO] [stdout] 19 | pub fn as_root(&mut self) -> Root {
[INFO] [stdout] | ^^^^^^^^^ ----
[INFO] [stdout] | | |
[INFO] [stdout] | | the lifetimes get resolved as `'_`
[INFO] [stdout] | | the lifetimes get resolved as `'_`
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 19 | pub fn as_root(&mut self) -> Root<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.71s
[INFO] running `Command { std: "docker" "inspect" "b136f3a6abc8a5b7b2bf99ae5672f9983a1785bedfc6bfecbd53c9eeaa82ae73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b136f3a6abc8a5b7b2bf99ae5672f9983a1785bedfc6bfecbd53c9eeaa82ae73", kill_on_drop: false }`
[INFO] [stdout] b136f3a6abc8a5b7b2bf99ae5672f9983a1785bedfc6bfecbd53c9eeaa82ae73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] 4e64c79ea9623bdc3dc3d38cf9895c35509ba255160897635954126b749fac8e
[INFO] running `Command { std: "docker" "start" "-a" "4e64c79ea9623bdc3dc3d38cf9895c35509ba255160897635954126b749fac8e", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.174
[INFO] [stderr] Compiling rand_core v0.4.2
[INFO] [stderr] Compiling difference v2.0.0
[INFO] [stderr] Compiling ansi_term v0.11.0
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/climber.rs:82:44
[INFO] [stdout] |
[INFO] [stdout] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 466 | / climber_impl!(
[INFO] [stdout] 467 | | check_field_access,
[INFO] [stdout] 468 | | immut,
[INFO] [stdout] 469 | | check_field_access_immut,
[INFO] [stdout] ... |
[INFO] [stdout] 476 | | reflect
[INFO] [stdout] 477 | | )
[INFO] [stdout] | |_________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/climber.rs:82:44
[INFO] [stdout] |
[INFO] [stdout] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 484 | / climber_impl!(check_field_access, mut, check_field_access_mut,
[INFO] [stdout] 485 | | get_field_by_idx_mut, get_field_by_name_mut, general_access_mut, get_variant_struct_mut,
[INFO] [stdout] 486 | | EnumOrStructMut, self, reflect)
[INFO] [stdout] | |_____________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/root.rs:99:10
[INFO] [stdout] |
[INFO] [stdout] 99 | };
[INFO] [stdout] | ^ help: remove this semicolon
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access.rs:122:21
[INFO] [stdout] |
[INFO] [stdout] 122 | fn immut_access(&self) -> ImmutAccess;
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn immut_access(&self) -> ImmutAccess<'_>;
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access.rs:125:19
[INFO] [stdout] |
[INFO] [stdout] 125 | fn mut_access(&mut self) -> MutAccess;
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 125 | fn mut_access(&mut self) -> MutAccess<'_>;
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:13:21
[INFO] [stdout] |
[INFO] [stdout] 13 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 13 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:17:19
[INFO] [stdout] |
[INFO] [stdout] 17 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 17 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:34:21
[INFO] [stdout] |
[INFO] [stdout] 34 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 34 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:38:19
[INFO] [stdout] |
[INFO] [stdout] 38 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 38 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:49:21
[INFO] [stdout] |
[INFO] [stdout] 49 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 49 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:53:19
[INFO] [stdout] |
[INFO] [stdout] 53 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 53 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:64:21
[INFO] [stdout] |
[INFO] [stdout] 64 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 64 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:68:19
[INFO] [stdout] |
[INFO] [stdout] 68 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 68 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:82:21
[INFO] [stdout] |
[INFO] [stdout] 82 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 82 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:86:19
[INFO] [stdout] |
[INFO] [stdout] 86 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 86 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:141:21
[INFO] [stdout] |
[INFO] [stdout] 141 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 141 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:145:19
[INFO] [stdout] |
[INFO] [stdout] 145 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 145 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:178:21
[INFO] [stdout] |
[INFO] [stdout] 178 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 178 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:182:19
[INFO] [stdout] |
[INFO] [stdout] 182 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 182 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stdout] | ----------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stdout] | ----------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stdout] | ------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stdout] | ------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stdout] | --------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stdout] | --------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stdout] | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stdout] | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 135 | sized_iter!(&[T], immut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 135 | sized_iter!(&[T], immut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/root.rs:19:20
[INFO] [stdout] |
[INFO] [stdout] 19 | pub fn as_root(&mut self) -> Root {
[INFO] [stdout] | ^^^^^^^^^ ----
[INFO] [stdout] | | |
[INFO] [stdout] | | the lifetimes get resolved as `'_`
[INFO] [stdout] | | the lifetimes get resolved as `'_`
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 19 | pub fn as_root(&mut self) -> Root<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling rand_core v0.3.1
[INFO] [stderr] Compiling pretty_assertions v0.5.1
[INFO] [stderr] Compiling rand v0.5.6
[INFO] [stderr] Compiling interact v0.3.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/climber.rs:82:44
[INFO] [stdout] |
[INFO] [stdout] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 466 | / climber_impl!(
[INFO] [stdout] 467 | | check_field_access,
[INFO] [stdout] 468 | | immut,
[INFO] [stdout] 469 | | check_field_access_immut,
[INFO] [stdout] ... |
[INFO] [stdout] 476 | | reflect
[INFO] [stdout] 477 | | )
[INFO] [stdout] | |_________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/climber.rs:82:44
[INFO] [stdout] |
[INFO] [stdout] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 484 | / climber_impl!(check_field_access, mut, check_field_access_mut,
[INFO] [stdout] 485 | | get_field_by_idx_mut, get_field_by_name_mut, general_access_mut, get_variant_struct_mut,
[INFO] [stdout] 486 | | EnumOrStructMut, self, reflect)
[INFO] [stdout] | |_____________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout] --> src/root.rs:99:10
[INFO] [stdout] |
[INFO] [stdout] 99 | };
[INFO] [stdout] | ^ help: remove this semicolon
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> tests/common/pseudo_mutex.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | fn lock(&self) -> Guard {
[INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 28 | fn lock(&self) -> Guard<'_, T> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access.rs:122:21
[INFO] [stdout] |
[INFO] [stdout] 122 | fn immut_access(&self) -> ImmutAccess;
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn immut_access(&self) -> ImmutAccess<'_>;
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access.rs:125:19
[INFO] [stdout] |
[INFO] [stdout] 125 | fn mut_access(&mut self) -> MutAccess;
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 125 | fn mut_access(&mut self) -> MutAccess<'_>;
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:13:21
[INFO] [stdout] |
[INFO] [stdout] 13 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 13 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:17:19
[INFO] [stdout] |
[INFO] [stdout] 17 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 17 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:34:21
[INFO] [stdout] |
[INFO] [stdout] 34 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 34 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:38:19
[INFO] [stdout] |
[INFO] [stdout] 38 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 38 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:49:21
[INFO] [stdout] |
[INFO] [stdout] 49 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 49 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:53:19
[INFO] [stdout] |
[INFO] [stdout] 53 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 53 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:64:21
[INFO] [stdout] |
[INFO] [stdout] 64 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 64 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:68:19
[INFO] [stdout] |
[INFO] [stdout] 68 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 68 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:82:21
[INFO] [stdout] |
[INFO] [stdout] 82 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 82 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/derefs.rs:86:19
[INFO] [stdout] |
[INFO] [stdout] 86 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 86 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:141:21
[INFO] [stdout] |
[INFO] [stdout] 141 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 141 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:145:19
[INFO] [stdout] |
[INFO] [stdout] 145 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 145 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:178:21
[INFO] [stdout] |
[INFO] [stdout] 178 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 178 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:182:19
[INFO] [stdout] |
[INFO] [stdout] 182 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 182 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stdout] | ----------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stdout] | ----------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stdout] | ------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stdout] | ------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stdout] | --------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stdout] | --------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stdout] | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stdout] | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:70:29
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/tuple.rs:74:27
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stdout] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 135 | sized_iter!(&[T], immut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 135 | sized_iter!(&[T], immut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:118:29
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/access/vec.rs:122:27
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stdout] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stdout] | |
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout] --> src/root.rs:19:20
[INFO] [stdout] |
[INFO] [stdout] 19 | pub fn as_root(&mut self) -> Root {
[INFO] [stdout] | ^^^^^^^^^ ----
[INFO] [stdout] | | |
[INFO] [stdout] | | the lifetimes get resolved as `'_`
[INFO] [stdout] | | the lifetimes get resolved as `'_`
[INFO] [stdout] | this lifetime flows to the output
[INFO] [stdout] |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout] |
[INFO] [stdout] 19 | pub fn as_root(&mut self) -> Root<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.74s
[INFO] running `Command { std: "docker" "inspect" "4e64c79ea9623bdc3dc3d38cf9895c35509ba255160897635954126b749fac8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e64c79ea9623bdc3dc3d38cf9895c35509ba255160897635954126b749fac8e", kill_on_drop: false }`
[INFO] [stdout] 4e64c79ea9623bdc3dc3d38cf9895c35509ba255160897635954126b749fac8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] ce010c82ab23139af5b0332054dbf9694af3b4abd24c1363747348158fc0bbfb
[INFO] running `Command { std: "docker" "start" "-a" "ce010c82ab23139af5b0332054dbf9694af3b4abd24c1363747348158fc0bbfb", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr] --> src/climber.rs:82:44
[INFO] [stderr] |
[INFO] [stderr] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 466 | / climber_impl!(
[INFO] [stderr] 467 | | check_field_access,
[INFO] [stderr] 468 | | immut,
[INFO] [stderr] 469 | | check_field_access_immut,
[INFO] [stderr] ... |
[INFO] [stderr] 476 | | reflect
[INFO] [stderr] 477 | | )
[INFO] [stderr] | |_________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr] --> src/climber.rs:82:44
[INFO] [stderr] |
[INFO] [stderr] 82 | enum T { Struct(A), Enum(B) };
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 484 | / climber_impl!(check_field_access, mut, check_field_access_mut,
[INFO] [stderr] 485 | | get_field_by_idx_mut, get_field_by_name_mut, general_access_mut, get_variant_struct_mut,
[INFO] [stderr] 486 | | EnumOrStructMut, self, reflect)
[INFO] [stderr] | |_____________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `climber_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr] --> src/root.rs:99:10
[INFO] [stderr] |
[INFO] [stderr] 99 | };
[INFO] [stderr] | ^ help: remove this semicolon
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access.rs:122:21
[INFO] [stderr] |
[INFO] [stderr] 122 | fn immut_access(&self) -> ImmutAccess;
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn immut_access(&self) -> ImmutAccess<'_>;
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access.rs:125:19
[INFO] [stderr] |
[INFO] [stderr] 125 | fn mut_access(&mut self) -> MutAccess;
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 125 | fn mut_access(&mut self) -> MutAccess<'_>;
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:13:21
[INFO] [stderr] |
[INFO] [stderr] 13 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 13 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:17:19
[INFO] [stderr] |
[INFO] [stderr] 17 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 17 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:34:21
[INFO] [stderr] |
[INFO] [stderr] 34 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 34 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:38:19
[INFO] [stderr] |
[INFO] [stderr] 38 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 38 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:49:21
[INFO] [stderr] |
[INFO] [stderr] 49 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 49 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:53:19
[INFO] [stderr] |
[INFO] [stderr] 53 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 53 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:64:21
[INFO] [stderr] |
[INFO] [stderr] 64 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 64 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:68:19
[INFO] [stderr] |
[INFO] [stderr] 68 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 68 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:82:21
[INFO] [stderr] |
[INFO] [stderr] 82 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 82 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/derefs.rs:86:19
[INFO] [stderr] |
[INFO] [stderr] 86 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 86 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:141:21
[INFO] [stderr] |
[INFO] [stderr] 141 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 141 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:145:19
[INFO] [stderr] |
[INFO] [stderr] 145 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 145 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:178:21
[INFO] [stderr] |
[INFO] [stderr] 178 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 178 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:182:19
[INFO] [stderr] |
[INFO] [stderr] 182 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 182 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 189 | tuple!(2; {(A, 0), (B, 1)});
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stderr] | ----------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 190 | tuple!(3; {(A, 0), (B, 1), (C, 2)});
[INFO] [stderr] | ----------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 191 | tuple!(4; {(A, 0), (B, 1), (C, 2), (D, 3)});
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 192 | tuple!(5; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4)});
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stderr] | ----------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 193 | tuple!(6; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5)});
[INFO] [stderr] | ----------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 194 | tuple!(7; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6)});
[INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 195 | tuple!(8; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7)});
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 196 | tuple!(9; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8)});
[INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:70:29
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stderr] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 70 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/tuple.rs:74:27
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 197 | tuple!(10; {(A, 0), (B, 1), (C, 2), (D, 3), (E, 4), (F, 5), (G, 6), (H, 7), (I, 8), (J, 9)});
[INFO] [stderr] | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 74 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 135 | sized_iter!(&[T], immut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 135 | sized_iter!(&[T], immut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 136 | sized_iter!(&mut [T], mut, "");
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 137 | sized_iter!(Vec, mut, "Vec");
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 138 | sized_iter!([T; 1], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 139 | sized_iter!([T; 2], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 140 | sized_iter!([T; 3], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 141 | sized_iter!([T; 4], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 142 | sized_iter!([T; 5], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 143 | sized_iter!([T; 6], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 144 | sized_iter!([T; 7], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 145 | sized_iter!([T; 8], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 146 | sized_iter!([T; 9], mut, "");
[INFO] [stderr] | ---------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 147 | sized_iter!([T; 10], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 148 | sized_iter!([T; 11], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 149 | sized_iter!([T; 12], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 150 | sized_iter!([T; 13], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 151 | sized_iter!([T; 14], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 152 | sized_iter!([T; 15], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 153 | sized_iter!([T; 16], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 154 | sized_iter!([T; 17], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 155 | sized_iter!([T; 18], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 156 | sized_iter!([T; 19], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 157 | sized_iter!([T; 21], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 158 | sized_iter!([T; 22], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 159 | sized_iter!([T; 23], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 160 | sized_iter!([T; 24], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 161 | sized_iter!([T; 25], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 162 | sized_iter!([T; 27], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 163 | sized_iter!([T; 28], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 164 | sized_iter!([T; 29], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stdout]
[INFO] [stderr] |
[INFO] [stdout] running 1 test
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stdout] test util::expect::tests::main ... ok
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stdout]
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] | |
[INFO] [stdout]
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 165 | sized_iter!([T; 31], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:118:29
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess {
[INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 118 | fn immut_access(&self) -> ImmutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/access/vec.rs:122:27
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess {
[INFO] [stderr] | ^^^^^^^^^ --------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 166 | sized_iter!([T; 32], mut, "");
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `sized_iter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 122 | fn mut_access(&mut self) -> MutAccess<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> src/root.rs:19:20
[INFO] [stderr] |
[INFO] [stderr] 19 | pub fn as_root(&mut self) -> Root {
[INFO] [stderr] | ^^^^^^^^^ ----
[INFO] [stderr] | | |
[INFO] [stderr] | | the lifetimes get resolved as `'_`
[INFO] [stderr] | | the lifetimes get resolved as `'_`
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 19 | pub fn as_root(&mut self) -> Root<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `interact` (lib) generated 102 warnings (run `cargo fix --lib -p interact` to apply 99 suggestions)
[INFO] [stderr] warning: `interact` (lib test) generated 102 warnings (102 duplicates)
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr] --> tests/common/pseudo_mutex.rs:28:13
[INFO] [stderr] |
[INFO] [stderr] 28 | fn lock(&self) -> Guard {
[INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_`
[INFO] [stderr] | |
[INFO] [stderr] | this lifetime flows to the output
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr] |
[INFO] [stderr] 28 | fn lock(&self) -> Guard<'_, T> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `interact` (test "integ") generated 1 warning (run `cargo fix --test "integ"` to apply 1 suggestion)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/interact-1bf7138668128289)
[INFO] [stderr] Running tests/integ.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/integ-8d08d371486ab530)
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test main ... FAILED
[INFO] [stdout]
[INFO] [stderr] error: test failed, to rerun pass `--test integ`
[INFO] [stdout] failures:
[INFO] [stdout]
[INFO] [stdout] ---- main stdout ----
[INFO] [stdout]
[INFO] [stdout] Failed:
[INFO] [stdout]
[INFO] [stdout] verify!(self, root.access("state.complex.0.0.0.0 = 100000000000000000001") => "(Err(TokenError(IntError(ParseIntError { kind: Overflow }))), Assist { valid: 0, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] thread 'main' panicked at tests/integ.rs:100:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout]
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout] [31m<[0m[31m"(Err(TokenError(IntError(ParseIntError { kind: [0m[1;48;5;52;31mPos[0m[31mOverflow }))), Assist { valid: 0, pending: 0, pending_special: 0, next_options: Avail(0, []) })"[0m
[INFO] [stdout] [32m>[0m[32m"(Err(TokenError(IntError(ParseIntError { kind: [0m[32mOverflow }))), Assist { valid: 0, pending: 0, pending_special: 0, next_options: Avail(0, []) })"[0m
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x759f677bfc72 - std::backtrace_rs::backtrace::libunwind::trace::h559918daaaf51ab7
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x759f677bfc72 - std::backtrace_rs::backtrace::trace_unsynchronized::hb04fbcf80d07af8b
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x759f677bfc72 - std::sys::backtrace::_print_fmt::h7c0bbbbfac0065d4
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x759f677bfc72 - ::fmt::hb62c8ed31943daa5
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout] 4: 0x759f677f9f63 - core::fmt::rt::Argument::fmt::he5eaa7dd607ed4c9
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout] 5: 0x759f677f9f63 - core::fmt::write::h375399f8cb90b45a
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/fmt/mod.rs:1460:25
[INFO] [stdout] 6: 0x759f677bcfa3 - std::io::default_write_fmt::hdc1b4dd565dd0099
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/io/mod.rs:639:11
[INFO] [stdout] 7: 0x759f677bcfa3 - std::io::Write::write_fmt::h29f6044e9bc43c23
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/io/mod.rs:1954:13
[INFO] [stdout] 8: 0x759f677bfac2 - std::sys::backtrace::BacktraceLock::print::ha189c586374f916a
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout] 9: 0x759f677c124c - std::panicking::default_hook::{{closure}}::ha3a26c98ff210e12
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:300:27
[INFO] [stdout] 10: 0x759f677c10a2 - std::panicking::default_hook::h8c8a86b4390ab794
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:324:9
[INFO] [stdout] 11: 0x759f676ba7f4 - as core::ops::function::Fn>::call::ha39ae63ed1e9a130
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1980:9
[INFO] [stdout] 12: 0x759f676ba7f4 - test::test_main_with_exit_callback::{{closure}}::h9df7c328ebe18c28
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:145:21
[INFO] [stdout] 13: 0x759f677c1cb3 - as core::ops::function::Fn>::call::h96b7201b552e9069
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1980:9
[INFO] [stdout] 14: 0x759f677c1cb3 - std::panicking::rust_panic_with_hook::hb3b66c2e80efa371
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:841:13
[INFO] [stdout] 15: 0x759f677c199a - std::panicking::begin_panic_handler::{{closure}}::h9c68d0f839e62070
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:706:13
[INFO] [stdout] 16: 0x759f677c0179 - std::sys::backtrace::__rust_end_short_backtrace::h68d22ddde4a73ad6
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout] 17: 0x759f677c162d - __rustc[f4ffc7196a45a630]::rust_begin_unwind
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:697:5
[INFO] [stdout] 18: 0x759f6762be80 - core::panicking::panic_fmt::h8cdd4c81eb9069aa
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/panicking.rs:75:14
[INFO] [stdout] 19: 0x759f6766c63e - integ::Context::main::{{closure}}::h981c9bc48ed7b29d
[INFO] [stdout] at /opt/rustwide/workdir/tests/integ.rs:26:21
[INFO] [stdout] 20: 0x759f6767960f - std::panicking::catch_unwind::do_call::h588f26f264ca6801
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:589:40
[INFO] [stdout] 21: 0x759f6766cd2b - __rust_try
[INFO] [stdout] 22: 0x759f67666dd0 - std::panicking::catch_unwind::h0d2dcab9cdc2e839
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:552:19
[INFO] [stdout] 23: 0x759f67666dd0 - std::panic::catch_unwind::hd57c6e9020a1acbb
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panic.rs:359:14
[INFO] [stdout] 24: 0x759f6766a075 - integ::Context::main::h76d8c3126da862fe
[INFO] [stdout] at /opt/rustwide/workdir/tests/integ.rs:25:25
[INFO] [stdout] 25: 0x759f676682cf - integ::main::h8d8e9f7ee3aaf2f4
[INFO] [stdout] at /opt/rustwide/workdir/tests/integ.rs:48:13
[INFO] [stdout] 26: 0x759f67668297 - integ::main::{{closure}}::h63031daf28372b09
[INFO] [stdout] at /opt/rustwide/workdir/tests/integ.rs:43:10
[INFO] [stdout] 27: 0x759f6767a276 - core::ops::function::FnOnce::call_once::h6fe28a63f47d81e8
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 28: 0x759f676bfeeb - core::ops::function::FnOnce::call_once::h9633dcf760ae81b2
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 29: 0x759f676bfeeb - test::__rust_begin_short_backtrace::h12ad5e04c8d7b4a5
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:648:18
[INFO] [stdout] 30: 0x759f676bf15e - test::run_test_in_process::{{closure}}::he596b4fd3fa4893c
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:671:74
[INFO] [stdout] 31: 0x759f676bf15e - as core::ops::function::FnOnce<()>>::call_once::hc746bc3fa75190e0
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout] 32: 0x759f676bf15e - std::panicking::catch_unwind::do_call::hf4843906108d6299
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:589:40
[INFO] [stdout] 33: 0x759f676bf15e - std::panicking::catch_unwind::h849d4e8b03577bb9
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:552:19
[INFO] [stdout] 34: 0x759f676bf15e - std::panic::catch_unwind::ha1f814c1dec025d2
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panic.rs:359:14
[INFO] [stdout] 35: 0x759f676bf15e - test::run_test_in_process::h542aad3fe61255e7
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:671:27
[INFO] [stdout] 36: 0x759f676bf15e - test::run_test::{{closure}}::h612788d75908cb63
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:592:43
[INFO] [stdout] 37: 0x759f67683fe4 - test::run_test::{{closure}}::hbfeea3bcb7245123
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:622:41
[INFO] [stdout] 38: 0x759f67683fe4 - std::sys::backtrace::__rust_begin_short_backtrace::h72542b83b4f87d5b
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout] 39: 0x759f676877da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hff26a7547ea762c9
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/thread/mod.rs:559:17
[INFO] [stdout] 40: 0x759f676877da - as core::ops::function::FnOnce<()>>::call_once::hbee49bc759312884
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout] 41: 0x759f676877da - std::panicking::catch_unwind::do_call::h61de12ce5e04e28f
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:589:40
[INFO] [stdout] 42: 0x759f676877da - std::panicking::catch_unwind::h454dd49873d22e18
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:552:19
[INFO] [stdout] 43: 0x759f676877da - std::panic::catch_unwind::h5c15187324f8cebb
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panic.rs:359:14
[INFO] [stdout] 44: 0x759f676877da - std::thread::Builder::spawn_unchecked_::{{closure}}::hbc9d9c7427673d42
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/thread/mod.rs:557:30
[INFO] [stdout] 45: 0x759f676877da - core::ops::function::FnOnce::call_once{{vtable.shim}}::hefd458a129ddca13
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 46: 0x759f677c4707 - as core::ops::function::FnOnce>::call_once::h2d6e2e526b02c3da
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1966:9
[INFO] [stdout] 47: 0x759f677c4707 - as core::ops::function::FnOnce>::call_once::h1aefced482b33c72
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1966:9
[INFO] [stdout] 48: 0x759f677c4707 - std::sys::pal::unix::thread::Thread::new::thread_start::h7c9c6951b48f721d
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout] Correct this by having:
[INFO] [stdout]
[INFO] [stdout] verify!(self, root.access("state.complex.0.0.0.0 = 100000000000000000001") => "(Err(TokenError(IntError(ParseIntError { kind: PosOverflow }))), Assist { valid: 0, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Expected test manifest:
[INFO] [stdout]
[INFO] [stdout] verify!(self, root.access("not_existing") => "(Err(MissingStartComponent), Assist { valid: 0, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("basic.u_16") => "(Ok(NodeTree { info: Leaf(\"50158\"), meta: Some(Wrap(1)), size: 6 }), Assist { valid: 10, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("basic.u_") => "(Err(UnexpectedToken), Assist { valid: 5, pending: 3, pending_special: 0, next_options: Avail(1, [\"u_s\", \"u_64\", \"u_32\", \"u_16\", \"u_8\"]) })");
[INFO] [stdout] verify!(self, root.access("basic.u_64 = 1234") => "(Ok(NodeTree { info: Leaf(\"\"), meta: None, size: 1 }), Assist { valid: 17, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("basic.u_64") => "(Ok(NodeTree { info: Leaf(\"1234\"), meta: Some(Wrap(1)), size: 5 }), Assist { valid: 10, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("state.complex.0.0.0.0 = 100000000000000000001") => "(Err(TokenError(IntError(ParseIntError { kind: PosOverflow }))), Assist { valid: 0, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.tuple.0.0 = 3") => "(Ok(NodeTree { info: Leaf(\"\"), meta: None, size: 1 }), Assist { valid: 21, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.tuple_1.0 = 3") => "(Ok(NodeTree { info: Leaf(\"\"), meta: None, size: 1 }), Assist { valid: 21, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.check()") => "(Ok(NodeTree { info: Leaf(\"true\"), meta: Some(Wrap(1)), size: 5 }), Assist { valid: 15, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.tuple_1.0 = 4") => "(Ok(NodeTree { info: Leaf(\"\"), meta: None, size: 1 }), Assist { valid: 21, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.check()") => "(Ok(NodeTree { info: Leaf(\"false\"), meta: Some(Wrap(1)), size: 6 }), Assist { valid: 15, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.add(3)") => "(Ok(NodeTree { info: Leaf(\"()\"), meta: Some(Wrap(1)), size: 3 }), Assist { valid: 14, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout] verify!(self, root.access("complex.tuple_1.0 = 7") => "(Ok(NodeTree { info: Leaf(\"\"), meta: None, size: 1 }), Assist { valid: 21, pending: 0, pending_special: 0, next_options: Avail(0, []) })");
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] thread 'main' panicked at tests/integ.rs:63:9:
[INFO] [stdout] A total of 1 verification tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x759f677bfc72 - std::backtrace_rs::backtrace::libunwind::trace::h559918daaaf51ab7
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] 1: 0x759f677bfc72 - std::backtrace_rs::backtrace::trace_unsynchronized::hb04fbcf80d07af8b
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout] 2: 0x759f677bfc72 - std::sys::backtrace::_print_fmt::h7c0bbbbfac0065d4
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout] 3: 0x759f677bfc72 - ::fmt::hb62c8ed31943daa5
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout] 4: 0x759f677f9f63 - core::fmt::rt::Argument::fmt::he5eaa7dd607ed4c9
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout] 5: 0x759f677f9f63 - core::fmt::write::h375399f8cb90b45a
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/fmt/mod.rs:1460:25
[INFO] [stdout] 6: 0x759f677bcfa3 - std::io::default_write_fmt::hdc1b4dd565dd0099
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/io/mod.rs:639:11
[INFO] [stdout] 7: 0x759f677bcfa3 - std::io::Write::write_fmt::h29f6044e9bc43c23
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/io/mod.rs:1954:13
[INFO] [stdout] 8: 0x759f677bfac2 - std::sys::backtrace::BacktraceLock::print::ha189c586374f916a
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout] 9: 0x759f677c124c - std::panicking::default_hook::{{closure}}::ha3a26c98ff210e12
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:300:27
[INFO] [stdout] 10: 0x759f677c10a2 - std::panicking::default_hook::h8c8a86b4390ab794
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:324:9
[INFO] [stdout] 11: 0x759f676ba7f4 - as core::ops::function::Fn>::call::ha39ae63ed1e9a130
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1980:9
[INFO] [stdout] 12: 0x759f676ba7f4 - test::test_main_with_exit_callback::{{closure}}::h9df7c328ebe18c28
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:145:21
[INFO] [stdout] 13: 0x759f677c1cb3 - as core::ops::function::Fn>::call::h96b7201b552e9069
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1980:9
[INFO] [stdout] 14: 0x759f677c1cb3 - std::panicking::rust_panic_with_hook::hb3b66c2e80efa371
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:841:13
[INFO] [stdout] 15: 0x759f677c199a - std::panicking::begin_panic_handler::{{closure}}::h9c68d0f839e62070
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:706:13
[INFO] [stdout] 16: 0x759f677c0179 - std::sys::backtrace::__rust_end_short_backtrace::h68d22ddde4a73ad6
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout] 17: 0x759f677c162d - __rustc[f4ffc7196a45a630]::rust_begin_unwind
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:697:5
[INFO] [stdout] 18: 0x759f6762be80 - core::panicking::panic_fmt::h8cdd4c81eb9069aa
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/panicking.rs:75:14
[INFO] [stdout] 19: 0x759f676683df - integ::main::h8d8e9f7ee3aaf2f4
[INFO] [stdout] at /opt/rustwide/workdir/tests/integ.rs:63:9
[INFO] [stdout] 20: 0x759f67668297 - integ::main::{{closure}}::h63031daf28372b09
[INFO] [stdout] at /opt/rustwide/workdir/tests/integ.rs:43:10
[INFO] [stdout] 21: 0x759f6767a276 - core::ops::function::FnOnce::call_once::h6fe28a63f47d81e8
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 22: 0x759f676bfeeb - core::ops::function::FnOnce::call_once::h9633dcf760ae81b2
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 23: 0x759f676bfeeb - test::__rust_begin_short_backtrace::h12ad5e04c8d7b4a5
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:648:18
[INFO] [stdout] 24: 0x759f676bf15e - test::run_test_in_process::{{closure}}::he596b4fd3fa4893c
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:671:74
[INFO] [stdout] 25: 0x759f676bf15e - as core::ops::function::FnOnce<()>>::call_once::hc746bc3fa75190e0
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout] 26: 0x759f676bf15e - std::panicking::catch_unwind::do_call::hf4843906108d6299
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:589:40
[INFO] [stdout] 27: 0x759f676bf15e - std::panicking::catch_unwind::h849d4e8b03577bb9
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:552:19
[INFO] [stdout] 28: 0x759f676bf15e - std::panic::catch_unwind::ha1f814c1dec025d2
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panic.rs:359:14
[INFO] [stdout] 29: 0x759f676bf15e - test::run_test_in_process::h542aad3fe61255e7
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:671:27
[INFO] [stdout] 30: 0x759f676bf15e - test::run_test::{{closure}}::h612788d75908cb63
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:592:43
[INFO] [stdout] 31: 0x759f67683fe4 - test::run_test::{{closure}}::hbfeea3bcb7245123
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/test/src/lib.rs:622:41
[INFO] [stdout] 32: 0x759f67683fe4 - std::sys::backtrace::__rust_begin_short_backtrace::h72542b83b4f87d5b
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout] 33: 0x759f676877da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hff26a7547ea762c9
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/thread/mod.rs:559:17
[INFO] [stdout] 34: 0x759f676877da - as core::ops::function::FnOnce<()>>::call_once::hbee49bc759312884
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout] 35: 0x759f676877da - std::panicking::catch_unwind::do_call::h61de12ce5e04e28f
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:589:40
[INFO] [stdout] 36: 0x759f676877da - std::panicking::catch_unwind::h454dd49873d22e18
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panicking.rs:552:19
[INFO] [stdout] 37: 0x759f676877da - std::panic::catch_unwind::h5c15187324f8cebb
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/panic.rs:359:14
[INFO] [stdout] 38: 0x759f676877da - std::thread::Builder::spawn_unchecked_::{{closure}}::hbc9d9c7427673d42
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/thread/mod.rs:557:30
[INFO] [stdout] 39: 0x759f676877da - core::ops::function::FnOnce::call_once{{vtable.shim}}::hefd458a129ddca13
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5
[INFO] [stdout] 40: 0x759f677c4707 - as core::ops::function::FnOnce>::call_once::h2d6e2e526b02c3da
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1966:9
[INFO] [stdout] 41: 0x759f677c4707 - as core::ops::function::FnOnce>::call_once::h1aefced482b33c72
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/alloc/src/boxed.rs:1966:9
[INFO] [stdout] 42: 0x759f677c4707 - std::sys::pal::unix::thread::Thread::new::thread_start::h7c9c6951b48f721d
[INFO] [stdout] at /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout] main
[INFO] [stdout]
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "ce010c82ab23139af5b0332054dbf9694af3b4abd24c1363747348158fc0bbfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce010c82ab23139af5b0332054dbf9694af3b4abd24c1363747348158fc0bbfb", kill_on_drop: false }`
[INFO] [stdout] ce010c82ab23139af5b0332054dbf9694af3b4abd24c1363747348158fc0bbfb