[INFO] cloning repository https://github.com/1yesman9/combinators
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1yesman9/combinators" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1yesman9%2Fcombinators", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1yesman9%2Fcombinators'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b07eb37fe524db3c082cb5622d12513a1ec44041
[INFO] building 1yesman9/combinators against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1yesman9%2Fcombinators" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/1yesman9/combinators on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/1yesman9/combinators
[INFO] finished tweaking git repo https://github.com/1yesman9/combinators
[INFO] tweaked toml for git repo https://github.com/1yesman9/combinators written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/1yesman9/combinators already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9e7be5c9af8780085baded442681aa7e0eae93fab79dcd543465ed4d5c00fef
[INFO] running `Command { std: "docker" "start" "-a" "e9e7be5c9af8780085baded442681aa7e0eae93fab79dcd543465ed4d5c00fef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9e7be5c9af8780085baded442681aa7e0eae93fab79dcd543465ed4d5c00fef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9e7be5c9af8780085baded442681aa7e0eae93fab79dcd543465ed4d5c00fef", kill_on_drop: false }`
[INFO] [stdout] e9e7be5c9af8780085baded442681aa7e0eae93fab79dcd543465ed4d5c00fef
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] beec401bb34742637c655b86ea76844f2053949567433d529078eee9e08a6d4f
[INFO] running `Command { std: "docker" "start" "-a" "beec401bb34742637c655b86ea76844f2053949567433d529078eee9e08a6d4f", kill_on_drop: false }`
[INFO] [stderr]    Compiling combinators v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `or` and `string`
[INFO] [stdout]  --> src/string.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{str, or, combinator::{string, or}};
[INFO] [stdout]   |                                   ^^^^^^  ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::combinator::zero_or_more`
[INFO] [stdout]  --> src/string.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::combinator::zero_or_more;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `map`
[INFO] [stdout]  --> src/number.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::combinator::{and_then, map};
[INFO] [stdout]   |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/combinator.rs:21:33
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn zero_or_more<'a, Output>(mut parser: impl Parser<'a, Output>) -> impl Parser<'a, Vec<Output>> {
[INFO] [stdout]    |                                 ----^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/combinator.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut parser = zero_or_more(parser);
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/combinator.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             .and_then(|(result, remaining)| right.parse(remaining))
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `right_res`
[INFO] [stdout]   --> src/combinator.rs:75:50
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 right.parse(left_rem).and_then(|(right_res, right_rem)| Ok((left_res, right_rem))).map_err(|_| input)
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_right_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/string.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut parser = zero_or_more_chr(predicate);
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elements`
[INFO] [stdout]   --> src/lib.rs:33:28
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn or_trie<'a, Output>(elements: &[(&str, Output)]) {//-> impl Parser<'a, Output> {
[INFO] [stdout]    |                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elements`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "beec401bb34742637c655b86ea76844f2053949567433d529078eee9e08a6d4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beec401bb34742637c655b86ea76844f2053949567433d529078eee9e08a6d4f", kill_on_drop: false }`
[INFO] [stdout] beec401bb34742637c655b86ea76844f2053949567433d529078eee9e08a6d4f
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88807e47a91225acdfa678dd154bfa0bfe1ca1298a0cb32db302ed81439050ef
[INFO] running `Command { std: "docker" "start" "-a" "88807e47a91225acdfa678dd154bfa0bfe1ca1298a0cb32db302ed81439050ef", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `or` and `string`
[INFO] [stdout]  --> src/string.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{str, or, combinator::{string, or}};
[INFO] [stdout]   |                                   ^^^^^^  ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::combinator::zero_or_more`
[INFO] [stdout]  --> src/string.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::combinator::zero_or_more;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `map`
[INFO] [stdout]  --> src/number.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::combinator::{and_then, map};
[INFO] [stdout]   |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/combinator.rs:21:33
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn zero_or_more<'a, Output>(mut parser: impl Parser<'a, Output>) -> impl Parser<'a, Vec<Output>> {
[INFO] [stdout]    |                                 ----^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/combinator.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut parser = zero_or_more(parser);
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/combinator.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             .and_then(|(result, remaining)| right.parse(remaining))
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `right_res`
[INFO] [stdout]   --> src/combinator.rs:75:50
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 right.parse(left_rem).and_then(|(right_res, right_rem)| Ok((left_res, right_rem))).map_err(|_| input)
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_right_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/string.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut parser = zero_or_more_chr(predicate);
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elements`
[INFO] [stdout]   --> src/lib.rs:33:28
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn or_trie<'a, Output>(elements: &[(&str, Output)]) {//-> impl Parser<'a, Output> {
[INFO] [stdout]    |                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elements`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling combinators v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `or` and `string`
[INFO] [stdout]  --> src/string.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{str, or, combinator::{string, or}};
[INFO] [stdout]   |                                   ^^^^^^  ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::combinator::zero_or_more`
[INFO] [stdout]  --> src/string.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::combinator::zero_or_more;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `map`
[INFO] [stdout]  --> src/number.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::combinator::{and_then, map};
[INFO] [stdout]   |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/combinator.rs:21:33
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn zero_or_more<'a, Output>(mut parser: impl Parser<'a, Output>) -> impl Parser<'a, Vec<Output>> {
[INFO] [stdout]    |                                 ----^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/combinator.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut parser = zero_or_more(parser);
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/combinator.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             .and_then(|(result, remaining)| right.parse(remaining))
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `right_res`
[INFO] [stdout]   --> src/combinator.rs:75:50
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 right.parse(left_rem).and_then(|(right_res, right_rem)| Ok((left_res, right_rem))).map_err(|_| input)
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_right_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/string.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut parser = zero_or_more_chr(predicate);
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elements`
[INFO] [stdout]   --> src/lib.rs:33:28
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn or_trie<'a, Output>(elements: &[(&str, Output)]) {//-> impl Parser<'a, Output> {
[INFO] [stdout]    |                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elements`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |                    let ($(mut $name),+);
[INFO] [stdout]    |                           ----^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 75 | / tuple!(
[INFO] [stdout] 76 | |     P1 O1 o1, P2 O2 o2, P3 O3 o3, P4 O4 o4, P5 O5 o5,
[INFO] [stdout] 77 | |     P6 O6 o6, P7 O7 o7, P8 O8 o8, P9 O9 o9, P10 O10 o10,
[INFO] [stdout] 78 | |     P11 O11 o11, P12 O12 o12, P13 O13 o13, P14 O14 o14, P15 O15 o15,
[INFO] [stdout] 79 | |     P16 O16 o16, P17 O17 o17, P18 O18 o18, P19 O19 o19, P20 O20 o20
[INFO] [stdout] 80 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `tuple_inner` which comes from the expansion of the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "88807e47a91225acdfa678dd154bfa0bfe1ca1298a0cb32db302ed81439050ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88807e47a91225acdfa678dd154bfa0bfe1ca1298a0cb32db302ed81439050ef", kill_on_drop: false }`
[INFO] [stdout] 88807e47a91225acdfa678dd154bfa0bfe1ca1298a0cb32db302ed81439050ef
