[INFO] fetching crate domafic 0.2.0... [INFO] checking domafic-0.2.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate domafic 0.2.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate domafic 0.2.0 [INFO] finished tweaking crates.io crate domafic 0.2.0 [INFO] tweaked toml for crates.io crate domafic 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate domafic 0.2.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40f17351d1eafd811a25829fbab27785e3250e130bd5af4b6c3f764b05b8c6b3 [INFO] running `Command { std: "docker" "start" "-a" "40f17351d1eafd811a25829fbab27785e3250e130bd5af4b6c3f764b05b8c6b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40f17351d1eafd811a25829fbab27785e3250e130bd5af4b6c3f764b05b8c6b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40f17351d1eafd811a25829fbab27785e3250e130bd5af4b6c3f764b05b8c6b3", kill_on_drop: false }` [INFO] [stdout] 40f17351d1eafd811a25829fbab27785e3250e130bd5af4b6c3f764b05b8c6b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 080539471ce111f6f9046c04a2e58b1491ece001c7029e41fb623005386fc93a [INFO] running `Command { std: "docker" "start" "-a" "080539471ce111f6f9046c04a2e58b1491ece001c7029e41fb623005386fc93a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking marksman_escape v0.1.2 [INFO] [stderr] Checking either_n v0.2.0 [INFO] [stderr] Checking domafic v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/listener.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | fn handle_event(&self, Event) -> Message; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Event` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/listener.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | fn handle_event(&self, Event) -> Message; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Event` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/lib.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | div(( [INFO] [stdout] | _____________^ [INFO] [stdout] 316 | | table(( [INFO] [stdout] | |____________^ [INFO] [stdout] ... [INFO] [stdout] 325 | )) [INFO] [stdout] | _______________^ [INFO] [stdout] 326 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 315 ~ div(table(( [INFO] [stdout] 316 | if include_rows { [INFO] [stdout] ... [INFO] [stdout] 323 | } [INFO] [stdout] 324 ~ ))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/lib.rs:316:19 [INFO] [stdout] | [INFO] [stdout] 316 | table(( [INFO] [stdout] | ___________________^ [INFO] [stdout] 317 | | if include_rows { [INFO] [stdout] | |________________^ [INFO] [stdout] ... [INFO] [stdout] 324 | } [INFO] [stdout] | __________________^ [INFO] [stdout] 325 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 316 ~ table(if include_rows { [INFO] [stdout] 317 | Either2::One(( [INFO] [stdout] ... [INFO] [stdout] 322 | Either2::Two("sumthin else") [INFO] [stdout] 323 ~ }) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:126:27 [INFO] [stdout] | [INFO] [stdout] 126 | #![cfg_attr(test, feature(conservative_impl_trait))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | fn displayable(&self) -> ::html_writer::HtmlDisplayable { [INFO] [stdout] | ^^^^^ --------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 84 | fn displayable(&self) -> ::html_writer::HtmlDisplayable<'_, Message, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | fn attributes(&self) -> AttributeIter { [INFO] [stdout] | ^^^^^ ---------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | fn attributes(&self) -> AttributeIter<'_, Message, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 168 | fn value(&self) -> DomValue; [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 168 | fn value(&self) -> DomValue<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | fn value(&self) -> DomValue { self.0.value() } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 220 | fn value(&self) -> DomValue<'_> { self.0.value() } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:265:14 [INFO] [stdout] | [INFO] [stdout] 265 | fn value(&self) -> DomValue { self.node.value() } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 265 | fn value(&self) -> DomValue<'_> { self.node.value() } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:301:14 [INFO] [stdout] | [INFO] [stdout] 301 | fn value(&self) -> DomValue { self.node.value() } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn value(&self) -> DomValue<'_> { self.node.value() } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:350:14 [INFO] [stdout] | [INFO] [stdout] 350 | fn value(&self) -> DomValue { DomValue::Text(&self) } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 350 | fn value(&self) -> DomValue<'_> { DomValue::Text(&self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:376:14 [INFO] [stdout] | [INFO] [stdout] 376 | fn value(&self) -> DomValue { DomValue::Text(self) } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 376 | fn value(&self) -> DomValue<'_> { DomValue::Text(self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tags.rs:224:14 [INFO] [stdout] | [INFO] [stdout] 224 | fn value(&self) -> DomValue { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 224 | fn value(&self) -> DomValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | fn displayable(&self) -> ::html_writer::HtmlDisplayable { [INFO] [stdout] | ^^^^^ --------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 84 | fn displayable(&self) -> ::html_writer::HtmlDisplayable<'_, Message, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | fn attributes(&self) -> AttributeIter { [INFO] [stdout] | ^^^^^ ---------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | fn attributes(&self) -> AttributeIter<'_, Message, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 168 | fn value(&self) -> DomValue; [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 168 | fn value(&self) -> DomValue<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | fn value(&self) -> DomValue { self.0.value() } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 220 | fn value(&self) -> DomValue<'_> { self.0.value() } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:265:14 [INFO] [stdout] | [INFO] [stdout] 265 | fn value(&self) -> DomValue { self.node.value() } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 265 | fn value(&self) -> DomValue<'_> { self.node.value() } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:301:14 [INFO] [stdout] | [INFO] [stdout] 301 | fn value(&self) -> DomValue { self.node.value() } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn value(&self) -> DomValue<'_> { self.node.value() } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:350:14 [INFO] [stdout] | [INFO] [stdout] 350 | fn value(&self) -> DomValue { DomValue::Text(&self) } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 350 | fn value(&self) -> DomValue<'_> { DomValue::Text(&self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dom_node.rs:376:14 [INFO] [stdout] | [INFO] [stdout] 376 | fn value(&self) -> DomValue { DomValue::Text(self) } [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 376 | fn value(&self) -> DomValue<'_> { DomValue::Text(self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | &self.$nidx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/processors.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | &self.$idx.process_all::

(acc)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 211 | / tuple_impls!( [INFO] [stdout] 212 | | (9 => J), [INFO] [stdout] 213 | | (8 => I), [INFO] [stdout] 214 | | (7 => H), [INFO] [stdout] ... | [INFO] [stdout] 221 | | (0 => A), [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 211 | let _ = tuple_impls!( [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tags.rs:224:14 [INFO] [stdout] | [INFO] [stdout] 224 | fn value(&self) -> DomValue { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 224 | fn value(&self) -> DomValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:246:18 [INFO] [stdout] | [INFO] [stdout] 246 | fn value(&self) -> DomValue { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 246 | fn value(&self) -> DomValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:274:18 [INFO] [stdout] | [INFO] [stdout] 274 | fn value(&self) -> DomValue { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 274 | fn value(&self) -> DomValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s [INFO] running `Command { std: "docker" "inspect" "080539471ce111f6f9046c04a2e58b1491ece001c7029e41fb623005386fc93a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "080539471ce111f6f9046c04a2e58b1491ece001c7029e41fb623005386fc93a", kill_on_drop: false }` [INFO] [stdout] 080539471ce111f6f9046c04a2e58b1491ece001c7029e41fb623005386fc93a