[INFO] fetching crate domafic 0.2.0...
[INFO] testing domafic-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate domafic 0.2.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate domafic 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65e7f103416062cf269a21a918f0ade3f4729b87049c29098316901da38d7e85
[INFO] running `Command { std: "docker" "start" "-a" "65e7f103416062cf269a21a918f0ade3f4729b87049c29098316901da38d7e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65e7f103416062cf269a21a918f0ade3f4729b87049c29098316901da38d7e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65e7f103416062cf269a21a918f0ade3f4729b87049c29098316901da38d7e85", kill_on_drop: false }`
[INFO] [stdout] 65e7f103416062cf269a21a918f0ade3f4729b87049c29098316901da38d7e85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7967a126a7d7e432fd3687a68ab8be2dbf0dfa21b66e2a0d7955080f60a07c74
[INFO] running `Command { std: "docker" "start" "-a" "7967a126a7d7e432fd3687a68ab8be2dbf0dfa21b66e2a0d7955080f60a07c74", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling either_n v0.2.0
[INFO] [stderr]    Compiling marksman_escape v0.1.2
[INFO] [stderr]    Compiling 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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) 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<Message, 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]    = 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<Message, 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] 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::<P>(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)]` (part of `#[warn(unused)]`) 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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
[INFO] running `Command { std: "docker" "inspect" "7967a126a7d7e432fd3687a68ab8be2dbf0dfa21b66e2a0d7955080f60a07c74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7967a126a7d7e432fd3687a68ab8be2dbf0dfa21b66e2a0d7955080f60a07c74", kill_on_drop: false }`
[INFO] [stdout] 7967a126a7d7e432fd3687a68ab8be2dbf0dfa21b66e2a0d7955080f60a07c74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 587a60e8d6e2dfc498e7d56817c2d937c7a7f74b089be6c63442f6bee16ac76d
[INFO] running `Command { std: "docker" "start" "-a" "587a60e8d6e2dfc498e7d56817c2d937c7a7f74b089be6c63442f6bee16ac76d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) 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<Message, 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]    = 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<Message, 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] 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::<P>(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)]` (part of `#[warn(unused)]`) 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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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] [stderr]    Compiling 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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) 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)]` (part of `#[warn(unused)]`) 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<Message, 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]    = 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<Message, 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] 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::<P>(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)]` (part of `#[warn(unused)]`) 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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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::<P>(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 `test` profile [unoptimized + debuginfo] target(s) in 0.92s
[INFO] running `Command { std: "docker" "inspect" "587a60e8d6e2dfc498e7d56817c2d937c7a7f74b089be6c63442f6bee16ac76d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "587a60e8d6e2dfc498e7d56817c2d937c7a7f74b089be6c63442f6bee16ac76d", kill_on_drop: false }`
[INFO] [stdout] 587a60e8d6e2dfc498e7d56817c2d937c7a7f74b089be6c63442f6bee16ac76d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 76a5d9a2d46da265c7300c989ded7de683b74dcfc44fb4c4b7d328101b948c05
[INFO] running `Command { std: "docker" "start" "-a" "76a5d9a2d46da265c7300c989ded7de683b74dcfc44fb4c4b7d328101b948c05", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/listener.rs:38:28
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn handle_event(&self, Event) -> Message;
[INFO] [stderr]    |                            ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Event`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/dom_node.rs:84:20
[INFO] [stderr]    |
[INFO] [stderr] 84 |     fn displayable(&self) -> ::html_writer::HtmlDisplayable<Message, Self> {
[INFO] [stderr]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 84 |     fn displayable(&self) -> ::html_writer::HtmlDisplayable<'_, Message, Self> {
[INFO] [stderr]    |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/dom_node.rs:95:19
[INFO] [stderr]    |
[INFO] [stderr] 95 |     fn attributes(&self) -> AttributeIter<Message, Self> {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     fn attributes(&self) -> AttributeIter<'_, Message, Self> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dom_node.rs:168:14
[INFO] [stderr]     |
[INFO] [stderr] 168 |     fn value(&self) -> DomValue;
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 168 |     fn value(&self) -> DomValue<'_>;
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dom_node.rs:220:14
[INFO] [stderr]     |
[INFO] [stderr] 220 |     fn value(&self) -> DomValue { self.0.value() }
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 220 |     fn value(&self) -> DomValue<'_> { self.0.value() }
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dom_node.rs:265:14
[INFO] [stderr]     |
[INFO] [stderr] 265 |     fn value(&self) -> DomValue { self.node.value() }
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 265 |     fn value(&self) -> DomValue<'_> { self.node.value() }
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dom_node.rs:301:14
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn value(&self) -> DomValue { self.node.value() }
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn value(&self) -> DomValue<'_> { self.node.value() }
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dom_node.rs:350:14
[INFO] [stderr]     |
[INFO] [stderr] 350 |     fn value(&self) -> DomValue { DomValue::Text(&self) }
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     fn value(&self) -> DomValue<'_> { DomValue::Text(&self) }
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dom_node.rs:376:14
[INFO] [stderr]     |
[INFO] [stderr] 376 |     fn value(&self) -> DomValue { DomValue::Text(self) }
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     fn value(&self) -> DomValue<'_> { DomValue::Text(self) }
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/processors.rs:187:17
[INFO] [stderr]     |
[INFO] [stderr] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 211 | / tuple_impls!(
[INFO] [stderr] 212 | |     (9 => J),
[INFO] [stderr] 213 | |     (8 => I),
[INFO] [stderr] 214 | |     (7 => H),
[INFO] [stderr] ...   |
[INFO] [stderr] 221 | |     (0 => A),
[INFO] [stderr] 222 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 211 | let _ = tuple_impls!(
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/processors.rs:189:21
[INFO] [stderr]     |
[INFO] [stderr] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 211 | / tuple_impls!(
[INFO] [stderr] 212 | |     (9 => J),
[INFO] [stderr] 213 | |     (8 => I),
[INFO] [stderr] 214 | |     (7 => H),
[INFO] [stderr] ...   |
[INFO] [stderr] 221 | |     (0 => A),
[INFO] [stderr] 222 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 211 | let _ = tuple_impls!(
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/processors.rs:201:17
[INFO] [stderr]     |
[INFO] [stderr] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 211 | / tuple_impls!(
[INFO] [stderr] 212 | |     (9 => J),
[INFO] [stderr] 213 | |     (8 => I),
[INFO] [stderr] 214 | |     (7 => H),
[INFO] [stderr] ...   |
[INFO] [stderr] 221 | |     (0 => A),
[INFO] [stderr] 222 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 211 | let _ = tuple_impls!(
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/processors.rs:203:21
[INFO] [stderr]     |
[INFO] [stderr] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 211 | / tuple_impls!(
[INFO] [stderr] 212 | |     (9 => J),
[INFO] [stderr] 213 | |     (8 => I),
[INFO] [stderr] 214 | |     (7 => H),
[INFO] [stderr] ...   |
[INFO] [stderr] 221 | |     (0 => A),
[INFO] [stderr] 222 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 211 | let _ = tuple_impls!(
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/processors.rs:187:17
[INFO] [stderr]     |
[INFO] [stderr] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr] ...
[INFO] [stderr] 211 | / tuple_impls!(
[INFO] [stderr] 212 | |     (9 => J),
[INFO] [stderr] 213 | |     (8 => I),
[INFO] [stderr] 214 | |     (7 => H),
[INFO] [stderr] ...   |
[INFO] [stderr] 221 | |     (0 => A),
[INFO] [stderr] 222 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 211 | let _ = tuple_impls!(
[INFO] [stderr]     | +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tags.rs:224:14
[INFO] [stderr]     |
[INFO] [stderr] 224 |     fn value(&self) -> DomValue {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 224 |     fn value(&self) -> DomValue<'_> {
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `domafic` (lib) generated 48 warnings (33 duplicates) (run `cargo fix --lib -p domafic` to apply 10 suggestions)
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/lib.rs:315:13
[INFO] [stderr]     |
[INFO] [stderr] 315 |           div((
[INFO] [stderr]     |  _____________^
[INFO] [stderr] 316 | |             table((
[INFO] [stderr]     | |____________^
[INFO] [stderr] ...
[INFO] [stderr] 325 |               ))
[INFO] [stderr]     |  _______________^
[INFO] [stderr] 326 | |         ))
[INFO] [stderr]     | |_________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 315 ~         div(table((
[INFO] [stderr] 316 |                 if include_rows {
[INFO] [stderr] ...
[INFO] [stderr] 323 |                 }
[INFO] [stderr] 324 ~             )))
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/lib.rs:316:19
[INFO] [stderr]     |
[INFO] [stderr] 316 |               table((
[INFO] [stderr]     |  ___________________^
[INFO] [stderr] 317 | |                 if include_rows {
[INFO] [stderr]     | |________________^
[INFO] [stderr] ...
[INFO] [stderr] 324 |                   }
[INFO] [stderr]     |  __________________^
[INFO] [stderr] 325 | |             ))
[INFO] [stderr]     | |_____________^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 316 ~             table(if include_rows {
[INFO] [stderr] 317 |                     Either2::One((
[INFO] [stderr] ...
[INFO] [stderr] 322 |                     Either2::Two("sumthin else")
[INFO] [stderr] 323 ~                 })
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable
[INFO] [stderr]    --> src/lib.rs:126:27
[INFO] [stderr]     |
[INFO] [stderr] 126 | #![cfg_attr(test, feature(conservative_impl_trait))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:246:18
[INFO] [stderr]     |
[INFO] [stderr] 246 |         fn value(&self) -> DomValue {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 246 |         fn value(&self) -> DomValue<'_> {
[INFO] [stderr]     |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:274:18
[INFO] [stderr]     |
[INFO] [stderr] 274 |         fn value(&self) -> DomValue {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 274 |         fn value(&self) -> DomValue<'_> {
[INFO] [stderr]     |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `domafic` (lib test) generated 53 warnings (48 duplicates) (run `cargo fix --lib -p domafic --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/domafic-75a195424f8b24ec)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::builds_attribute_list ... ok
[INFO] [stdout] test tests::counts_children ... ok
[INFO] [stdout] test tests::nonstatic_nodes ... ok
[INFO] [stdout] test tests::builds_string ... ok
[INFO] [stdout] test tests::builds_either_string ... ok
[INFO] [stderr]    Doc-tests domafic
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/dom_node.rs - dom_node::DomNode::with_listeners (line 126) ... ok
[INFO] [stdout] test src/dom_node.rs - dom_node::DomNode::with_key (line 51) ... ok
[INFO] [stdout] test src/lib.rs - (line 50) ... ok
[INFO] [stdout] test src/dom_node.rs - dom_node::DomNode::with_attributes (line 103) ... ok
[INFO] [stdout] test src/tags.rs - tags::attributes (line 44) ... ok
[INFO] [stdout] test src/lib.rs - (line 9) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "76a5d9a2d46da265c7300c989ded7de683b74dcfc44fb4c4b7d328101b948c05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76a5d9a2d46da265c7300c989ded7de683b74dcfc44fb4c4b7d328101b948c05", kill_on_drop: false }`
[INFO] [stdout] 76a5d9a2d46da265c7300c989ded7de683b74dcfc44fb4c4b7d328101b948c05
